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. How do I write to the MDI Parent statusbar from a MDI child form?
4. Mdi Parent controls showing on Mdi Child forms
5. PictureBox in Mdi Parent covers Mdi child forms
6. Tricking Transparent Non-Mdi Child Forms into MDI Parent / Application
7. Mdi Child Form - Limiting Placement Within Mdi Parent
8. Mdi question: How to access controls from mdi child form?
9. How do you bring MDI child windows to the front if MDI parent
10. How to make form MDI parent and MDI CHild
11. Events bewteen and MDI parant and an MDI child form
12. How do you bring MDI child windows to the front if MDI parent has controls?
13. MDI List and MDI Children forms.
14. MDI Parent refresh issue when loading an MDI Child form