I have VB application with main MDI form and lots of child forms. When I open child form I want that form maximized and all other child forms minimized. But problem is that I want to see at the bottom of the MDI form all minimized child forms, so the height of active child form must be shorter then MDI height to see minimized forms. How to do that?