PRB: Lower Half of Menu Bar Covered by Client Area (123873)
The information in this article applies to:
- The Resource Editor, when used with:
- Microsoft Visual C++ 1.51
- Microsoft Visual C++, 32-bit Editions 1.0
- Microsoft Visual C++, 32-bit Editions 2.0
- Microsoft Visual C++, 32-bit Editions 4.0
This article was previously published under Q123873 SYMPTOMS
In an application created using Visual C++, the lower half of the menu bar
is covered by the client area of the main window. If there is a toolbar
present, the lower half of the menu bar is covered by the toolbar.
CAUSE
This problem can be caused by a command with a null menu string or
separator as described in the following article in the Microsoft Knowledge
Base:
109539 BUG: Menu Bar Covered By Main Window Client Area
This problem can be produced in the Resource Editor (or App Studio) by
improperly removing an item in the main menu bar.
RESOLUTION
When removing an item in the main menu bar, you must:
- Click on that item so it is highlighted.
- Delete the item.
Following this procedure ensures that the complete menu item is deleted
instead of only the caption string being deleted. This avoids the
possibility of having a hidden menu item with a NULL string caption.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 12/9/2003 |
---|
Keywords: | kbprb KB123873 |
---|
|