hi guys help please..how will I past data from the active MDI Child form to MDI Parent Form? Thanks in advance!
Printable View
hi guys help please..how will I past data from the active MDI Child form to MDI Parent Form? Thanks in advance!
Take a look at the following code.
then just use the object theParent like any othere.Code:MDIForm theParent = (MDIForm)this.MdiParent;
Hope this helps!!!
:wave: :thumb: :wave:
Likewise the parent can get a reference to the child form from its ActiveMdiChild property.
Thanks a lot guys! it work the way i want it.