1. MDI - how to open a child from a child within MDI parent form?
2. MDI - how to open a child from a child within MDI parent?
my problem is i have 3 form
mdi form: mdiParent
child form 1: frmProjects
child form 2: frmProjec
when my project start, it load a mdiParent form.
from the mdiParent's menus, i open the frmProjects (mdiParent's child form).
The problem is when i click a OK button on frmProjects, i failed to open the
frmProject which supposed to be a mdiParent's child form (frmProject opened
as an independent form which is not a mdiParent's child form).
How to call a mdi child form from another mdi child form?
3. Best way to Call method on MDI Parent from MDI child (vb.net 2005)
4. Is a Managed MDI child possible from a WIN32 MDI parent?
5. Navigation between MDI Parent and MDI Child
7. How do you bring MDI child windows to the front if MDI parent
8. How do you bring MDI child windows to the front if MDI parent has controls?
9. Mdi Child Form in Mdi Parent Form
10. How to make form MDI parent and MDI CHild
11. Prevent MDI child from going outside visible area of MDI parent?
12. MDI Parent refresh issue when loading an MDI Child form
13. Reference a MDI Child Procedure from the MDI Parent
15. How do I write to the MDI Parent statusbar from a MDI child form?