VBForums
>
Other Languages
>
C and C++
> Changing the system menu
PDA
Click to See Complete Forum and Search -->
:
Changing the system menu
Jan 6th, 2001, 05:59 PM
How do you cusomize the menu that appears when you right click on the blue bar of a dialog?
parksie
Jan 6th, 2001, 06:06 PM
HMENU hSysMenu = GetSystemMenu(hWnd, FALSE);
Then you can use all the other menu functions like AppendMenu() to alter it.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.