Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to arrange child forms?

Status
Not open for further replies.

tb2007

Programmer
Apr 2, 2005
33
YU
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?
 
If the other child forms will be minimazed you will be able to look only the captions. So it is useless.

From the menu editor add a menu and check the "WindowList". With that you will be able to:
- See the captions
- Set focus to any child form

Do you agree ?
 
Yes I agree. But I need to see the minimized forms and captions only. I have lazy users and they want to see at the bottom captions and to click on them to restore child form. They are to lazy to click on the window list :)
 
Haha!

The active child form is on top of the minimazed forms, so if they move the active child they won't see the other forms. One good way is to add a toolbar at the bottom. After each new; dynamically created; child you can add a button, no icons but just the caption.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top