Click here to Skip to main content
16,011,626 members
Home / Discussions / C#
   

C#

 
QuestionHow effective to use regular Expression ? Pin
Yanshof11-Jul-06 10:09
Yanshof11-Jul-06 10:09 
AnswerRe: How effective to use regular Expression ? Pin
Christian Graus11-Jul-06 10:12
protectorChristian Graus11-Jul-06 10:12 
GeneralRe: How effective to use regular Expression ? Pin
Yanshof11-Jul-06 10:20
Yanshof11-Jul-06 10:20 
GeneralRe: How effective to use regular Expression ? Pin
Ennis Ray Lynch, Jr.11-Jul-06 10:52
Ennis Ray Lynch, Jr.11-Jul-06 10:52 
QuestionConnecting to Oracle database with out client Pin
Venkata Chundi11-Jul-06 9:30
Venkata Chundi11-Jul-06 9:30 
AnswerRe: Connecting to Oracle database with out client Pin
Mairaaj Khan11-Jul-06 19:47
professionalMairaaj Khan11-Jul-06 19:47 
QuestionPassing Data from a Mdi Child form to its Parent form Pin
joshp121711-Jul-06 8:41
joshp121711-Jul-06 8:41 
AnswerRe: Passing Data from a Mdi Child form to its Parent form [modified] Pin
LongRange.Shooter11-Jul-06 8:49
LongRange.Shooter11-Jul-06 8:49 
MyParent form = (MyParent)this.MDIParent;


However, if you need to pass data from the child to the parent based on a user action, it is better to do it with events. This way you avoid casting and you do not risk changes to the parent form or its' children.

Search MSDN and you will get a good tutorial on establishing events. The altered data can be in your custom event arguments.
AnswerRe: Passing Data from a Mdi Child form to its Parent form Pin
Al~battashy11-Jul-06 19:47
Al~battashy11-Jul-06 19:47 
Questionasp.net + c# website design Pin
chiragvijay11-Jul-06 8:29
chiragvijay11-Jul-06 8:29 
AnswerRe: asp.net + c# website design Pin
Jun Du11-Jul-06 8:52
Jun Du11-Jul-06 8:52 
AnswerRe: asp.net + c# website design Pin
Christian Graus11-Jul-06 8:57
protectorChristian Graus11-Jul-06 8:57 
GeneralRe: asp.net + c# website design Pin
led mike11-Jul-06 9:32
led mike11-Jul-06 9:32 
AnswerRe: asp.net + c# website design Pin
Ravi Bhavnani11-Jul-06 9:18
professionalRavi Bhavnani11-Jul-06 9:18 
GeneralRe: asp.net + c# website design Pin
Christian Graus11-Jul-06 10:13
protectorChristian Graus11-Jul-06 10:13 
QuestionFileIO Permissions Pin
JT McDuffie11-Jul-06 8:24
JT McDuffie11-Jul-06 8:24 
AnswerRe: FileIO Permissions Pin
Dustin Metzgar11-Jul-06 8:33
Dustin Metzgar11-Jul-06 8:33 
QuestionScreensaver questions Pin
Vodstok11-Jul-06 7:04
Vodstok11-Jul-06 7:04 
AnswerRe: Screensaver questions [modified] Pin
Christian Graus11-Jul-06 7:24
protectorChristian Graus11-Jul-06 7:24 
GeneralRe: Screensaver questions Pin
Vodstok11-Jul-06 7:27
Vodstok11-Jul-06 7:27 
GeneralRe: Screensaver questions Pin
Christian Graus11-Jul-06 8:27
protectorChristian Graus11-Jul-06 8:27 
AnswerRe: Screensaver questions Pin
Dustin Metzgar11-Jul-06 7:30
Dustin Metzgar11-Jul-06 7:30 
QuestionStored Procedures (Drag&Drop) Pin
HRiazi11-Jul-06 6:51
HRiazi11-Jul-06 6:51 
AnswerRe: Stored Procedures (Drag&Drop) Pin
Josh Smith11-Jul-06 9:45
Josh Smith11-Jul-06 9:45 
QuestionPassing Data from a Mdi Child form to its Parent form Pin
joshp121711-Jul-06 6:01
joshp121711-Jul-06 6:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.