1. MDI question - how to call other MDI child forms from a MDI chilid form?
2. MDI - how to open a child from a child within MDI parent form?
Hi,
I am trying to open a child from another child within MDI. I need to keep
everything within one parent form.
I wrote the following for each of the menu buttons on MDI parent:
Public Sub ShowMdiChildWindow(ByVal frm As Form)
If frm Is Nothing Then
Me.Show()
Else
frm.MdiParent = Me
frm.Show()
End If
End Sub
3. PictureBox in Mdi Parent covers Mdi child forms
4. Events bewteen and MDI parant and an MDI child form
5. mdi and child forms - view tabcontrol in child form
6. MDI List and MDI Children forms.
7. How do I write to the MDI Parent statusbar from a MDI child form?
8. Mdi Child Form - Limiting Placement Within Mdi Parent
9. Mdi question: How to access controls from mdi child form?
10. How to make form MDI parent and MDI CHild
12. Creating children forms in MDI children forms
13. Tricking Transparent Non-Mdi Child Forms into MDI Parent / Application
14. MDI Parent refresh issue when loading an MDI Child form
15. MDI OPen Child form from other child form