How do you cusomize the menu that appears when you right click on the blue bar of a dialog?
Printable View
How do you cusomize the menu that appears when you right click on the blue bar of a dialog?
Then you can use all the other menu functions like AppendMenu() to alter it.Code:HMENU hSysMenu = GetSystemMenu(hWnd, FALSE);