An application sends the WM_MDISETMENU message to a multiple document interface (MDI) client window to replace the entire menu of an MDI frame window, to replace the Window menu of the frame window, or both.
WM_MDISETMENU wParam = (WPARAM) (HMENU) hmenuFrame; // handle of frame menu lParam = (LPARAM) (HMENU) hmenuWindow; // handle of Window menu
If the message succeeds, the return value is the handle of the old frame window menu.
If the message fails, the return value is zero.
After sending this message, an application must call the DrawMenuBar function to update the menu bar.
If this message replaces the Window menu, the MDI child window menu items are removed from the previous Window menu and added to the new Window menu.
If an MDI child window is maximized and this message replaces the MDI frame window menu, the System menu icon and restore icon are removed from the previous frame window menu and added to the new frame window menu.
DrawMenuBar, WM_MDIREFRESHMENU
file: /Techref/os/win/api/win32/mess/src/msg25_21.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 17:46,
3.22.241.15:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/mess/src/msg25_21.htm"> WM_MDISETMENU</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.