|
Multiple Document Menus
The frame window of an MDI application should include a menu bar with a Window
menu. The Window menu should include command items that arrange the child
windows within the client window or that close all child windows. The Window menu
of a typical MDI application might include the items in the following table.
Menu item
| Purpose
| Tile
| Arranges child windows in a tile format so that each appears in its entirety
in the client window.
| Cascade
| Arranges child windows in a cascade format. The child windows overlap one
another, but the title bar of each is visible.
| Arrange Icons
| Arranges the icons of minimized child windows along the bottom of the client
window.
| Close All
| Closes all child windows.
|
Whenever a child window is created, Windows automatically appends a new menu
item to the Window menu. The text of the menu item is the same as the text on
the menu bar of the new child window. By choosing the menu item, the user can
activate the corresponding child window. When a child window is destroyed, Windows
automatically removes the corresponding menu item from the Window menu.
Windows can add up to ten menu items to the Window menu. When the tenth child
window is created, Windows adds the More Windows item to the Window menu.
Choosing this item causes the Select Window dialog box to appear. The dialog box
contains a list box with the titles of all MDI child windows currently available.
The user can activate a child window by choosing its title from the list box.
If your MDI application supports several types of child windows, tailor the
menu bar to reflect the operations associated with the active window. To do this,
provide separate menu resources for each type of child window the application
supports. When a new type of child window is activated, the application should
send a WM_MDISETMENU message to the client window, passing to it the handle of the corresponding
menu.
When no child window exists, the menu bar should contain only items used to
create or open a document.
When the user is navigating through an MDI application's menus by using cursor
keys, the keys behave differently than when the user is navigating through a
typical application's menus. In an MDI application, control passes from the
application's window menu to the window menu of the active child window, and then to the first item on the menu bar.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|