How do you bring MDI child windows to the front if MDI parent has controls?

How do you bring MDI child windows to the front if MDI parent has controls?

Post by John » Sat, 30 Apr 2005 02:51:24


Let's say I have an MDI parent form with a textbox. If I create an MDI
child form and, at runtime, move the MDI child window over the textbox on
the MDI parent, the textbox appears in front of the MDI child window.

How can I make the MDI child window appear in front of any controls that may
be on the MDI parent?

thanks, John
 
 
 

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?

6. MDI Parent and MDI child..

7. Mdi Child Form - Limiting Placement Within Mdi Parent

8. MDI Parent to MDI Children

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