MDI Sibling calling Sibling...
I am having a problem with terminology, and can't seem to find answers that are probably right under my nose...
I have a MDI application. The main form (MDI container) currently opens instances of three different child forms (form2,form3,form4).
How do I 'call' (open) form3 from say, form2 (another child form), and have the new form3 opening [u]as a MDI child of the main form</u>? I hope that makes sense...
Thanks in advance...
|