VBDotNetProgrammer
Programmer
Hi all,
OK this is the scenario:
I have a main window which is an mdiparent window.
Now say i open a form i can set its parent properties like this
dim aform as new form
aform.mdiparent=me
aform.show()
now say i then have a button on aform which creates a new form again. Now how do i set that form mdiparent to = the main window as i did for the form that calls it?
Any ideas?
OK this is the scenario:
I have a main window which is an mdiparent window.
Now say i open a form i can set its parent properties like this
dim aform as new form
aform.mdiparent=me
aform.show()
now say i then have a button on aform which creates a new form again. Now how do i set that form mdiparent to = the main window as i did for the form that calls it?
Any ideas?