J
John
Hi
I have a main form which contains a panel which contains a child form. So
the hierarchy is as follows; frmMain->MyPanel-> frmChild
I have a toolbar on the main form. When a user presses a button on the
toolbar, how can I pass on the event to the child form?
Taking it further, is it possible to make it generic so that event is passed
to any child form (frmchild1, frmchild2,... so on) that is currently open in
the panel?
Some code examples would be appreciated.
Thanks
Regards
I have a main form which contains a panel which contains a child form. So
the hierarchy is as follows; frmMain->MyPanel-> frmChild
I have a toolbar on the main form. When a user presses a button on the
toolbar, how can I pass on the event to the child form?
Taking it further, is it possible to make it generic so that event is passed
to any child form (frmchild1, frmchild2,... so on) that is currently open in
the panel?
Some code examples would be appreciated.
Thanks
Regards