PRB: MDI Program Menu Items Changed UnexpectedlyLast reviewed: November 2, 1995Article ID: Q74789 |
The information in this article applies to:
SYMPTOMSIn an application for the Microsoft Windows graphical environment developed using the Windows multiple document interface (MDI), when the Window menu changes to indicate the addition of MDI child windows, another menu of the application is also changed. For example, if the menu resembles the following before any windows are opened
FILE WINDOW
Load Cascade
Save Tile
Save As... Arrange Icons
Exit
the menu might resemble the following after the first window is
opened:
FILE WINDOW
Load Cascade
1: MENU.TXT Tile
Save As... Arrange Icons
Exit -------------
1: MENU.TXT
CAUSEOne or more menu items have menu-item identifiers that are greater than or equal to the value of the idFirstChild member of the CLIENTCREATESTRUCT data structure used to create the MDI client window.
RESOLUTIONChange the value of the idFirstChild member to be larger than any menu item identifiers.
|
Additional reference words: 3.00 3.10 3.50 3.51 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |