Please help with using GetMenu function
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Could you please tell me how to use HMENU GetMenu( HWND hWnd // handle to window ); function to get HMENU of Start Menu and Context Menu(right-click)? I use GetMenu(GetForegroundWindow()) to get HMENU for standard application menu, but I don't know how to get HMENU for Start Menu and Context Menu(right-click). Could you please show me how. Thank you very much.