M
Mark
I'm creating a simple mdi windows forms app. I have some radio buttons on
the MDI Parent that I want to access from the child forms. Is there any
other way to access the control than by using the index of the control in
the Parent's controls collection?? There has to be a way to get it by name.
If not, ......... that's Jacked!!
ie.
this.MdiParent.Controls[1]
Please help.
Mark
the MDI Parent that I want to access from the child forms. Is there any
other way to access the control than by using the index of the control in
the Parent's controls collection?? There has to be a way to get it by name.
If not, ......... that's Jacked!!
ie.
this.MdiParent.Controls[1]
Please help.
Mark