MDI Form controls and child forms

Pradip

New member
Joined
Sep 20, 2008
Messages
3
Programming Experience
1-3
I have a label on my MDI form. Whenever I'm opening a child, it comes underneath the label. I want the reverse.

How Can I?
 
Hello.

I don't think that's possible, since every MDIChild has the same 'level' as the MDIClient Area.
Also overwriting the OnPaint Method of the MDIClient Area is impossible (at least I tried it hard, and couldn't figure out a way...except for disassemlbling everything using the reflector and piecing it back together).

Modifying or customizing the MDIClient Area is a pain in the a**...

Bobby
 
Not sure how big your label is but how about using a label within the MdiParents toolbar or the status bar (docked to top or bottom); it would still show when you open up child forms then?
 
Back
Top