How do you cusomize the menu that appears when you right click on the blue bar of a dialog?
Code: HMENU hSysMenu = GetSystemMenu(hWnd, FALSE); Then you can use all the other menu functions like AppendMenu() to alter it.
HMENU hSysMenu = GetSystemMenu(hWnd, FALSE);
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You". -- Linus Torvalds
Forum Rules