1. Mdi Parent controls showing on Mdi Child forms
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. MDI - how to open a child from a child within MDI parent form?
4. Q: MDI Child Forms in a DLL, how to bring em up in the MDI Form?
5. MDI Child Forms in a DLL, how to bring em up in the MDI Form?
7. Mdi Child Form - Limiting Placement Within Mdi Parent
9. How to make form MDI parent and MDI CHild
10. Prevent MDI child from going outside visible area of MDI parent?
11. How do I write to the MDI Parent statusbar from a MDI child form?
12. Using MDI child (in C++) from an dotnet MDI parent
13. Stange problem with MDI parent - MDI child
14. Calling MDI child from a dotnet MDI parent
15. PictureBox in Mdi Parent covers Mdi child forms