Click here to Skip to main content
15,902,716 members
Home / Discussions / C#
   

C#

 
GeneralRe: Select Random Pin
Mazdak21-Feb-04 20:15
Mazdak21-Feb-04 20:15 
GeneralRe: Select Random Pin
Anonymous22-Feb-04 19:09
Anonymous22-Feb-04 19:09 
GeneralRe: Select Random Pin
turbochimp25-Feb-04 11:31
turbochimp25-Feb-04 11:31 
GeneralCustom Control Problem Pin
Guinness4Strength21-Feb-04 19:59
Guinness4Strength21-Feb-04 19:59 
GeneralRe: Custom Control Problem Pin
Dan_P21-Feb-04 22:02
Dan_P21-Feb-04 22:02 
GeneralRe: Custom Control Problem Pin
Guinness4Strength22-Feb-04 5:21
Guinness4Strength22-Feb-04 5:21 
GeneralSetting visibility of parent form from child. Pin
POnfri21-Feb-04 12:58
POnfri21-Feb-04 12:58 
GeneralRe: Setting visibility of parent form from child. Pin
POnfri21-Feb-04 15:09
POnfri21-Feb-04 15:09 
Ok i have figured out the solution. Here it is for anyone looking for the information later.

When loading a form using: myForm.ShowDialog(this) were "this" is the OWNER of the form you are loading, you need to use in the child form the following to get to its properties:

this.Owner.Visible = true; <-- "this" is the child form and i'm accessing the visible property of the parent form (owner).

I'm still not clear as to why Parent and or ParentForm did nto work so if anyone has the answer to that one please post.

Enjoy!
GeneralRe: Setting visibility of parent form from child. Pin
partyganger22-Feb-04 4:22
partyganger22-Feb-04 4:22 
Generaloverride vrs Event capturing Pin
Anonymous21-Feb-04 10:54
Anonymous21-Feb-04 10:54 
GeneralRe: override vrs Event capturing Pin
Charlie Williams21-Feb-04 11:18
Charlie Williams21-Feb-04 11:18 
GeneralRe: override vrs Event capturing Pin
Heath Stewart21-Feb-04 11:57
protectorHeath Stewart21-Feb-04 11:57 
QuestionHow to Delete a row using DeleteCommand of DataAdapter? Pin
gr8tushar21-Feb-04 9:10
gr8tushar21-Feb-04 9:10 
AnswerRe: How to Delete a row using DeleteCommand of DataAdapter? Pin
Charlie Williams21-Feb-04 11:01
Charlie Williams21-Feb-04 11:01 
GeneralDirectx SampleGrabberNET help Pin
russ.trow21-Feb-04 9:08
russ.trow21-Feb-04 9:08 
GeneralApplication Icons Pin
dbetting21-Feb-04 8:53
dbetting21-Feb-04 8:53 
Generalv small job for c# developer &#163;50 Pin
notsosharp21-Feb-04 8:11
notsosharp21-Feb-04 8:11 
GeneralRe: v small job for c# developer &#163;50 Pin
John Kuhn21-Feb-04 8:19
John Kuhn21-Feb-04 8:19 
GeneralRe: v small job for c# developer £50 Pin
Mazdak21-Feb-04 10:37
Mazdak21-Feb-04 10:37 
GeneralRe: v small job for c# developer &#163;50 Pin
Kannan Kalyanaraman21-Feb-04 22:04
Kannan Kalyanaraman21-Feb-04 22:04 
GeneralRe: v small job for c# developer &#163;50 Pin
partyganger22-Feb-04 4:16
partyganger22-Feb-04 4:16 
Generalcode editor Pin
EgySoft21-Feb-04 7:47
sussEgySoft21-Feb-04 7:47 
GeneralRe: code editor Pin
Kannan Kalyanaraman21-Feb-04 21:59
Kannan Kalyanaraman21-Feb-04 21:59 
Generalcode editor Pin
Anonymous21-Feb-04 7:43
Anonymous21-Feb-04 7:43 
GeneralLaunch console app with no window under win9x Pin
LokiSD21-Feb-04 6:13
LokiSD21-Feb-04 6:13 

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.