J
John
Hi
I have a main form which has a panel which contains a child form using the
code;
mainform.myPanel.Controls.Add(childform)
So hierarchy is like this; MainForm->Panel->ChildForm. My question is how
can I access a sub in the main form, from the child form?
Thanks
Regards
I have a main form which has a panel which contains a child form using the
code;
mainform.myPanel.Controls.Add(childform)
So hierarchy is like this; MainForm->Panel->ChildForm. My question is how
can I access a sub in the main form, from the child form?
Thanks
Regards