Retrieving window and menu help context identifiers
Simple Window Viewer
Programmatically removing submenus from VFP main menu
Reading the structure of VFP main menu
Accessing Adobe Reader 7.0 main menu from VFP application
How to control Adobe Reader 9.0 (SDI mode) from VFP application
HMENU GetMenu(
HWND hWnd
);
DECLARE INTEGER GetMenu IN user32;
INTEGER hWnd
hWnd [in] Handle to the window whose menu handle is to be retrieved.
The return value is a handle to the menu. If the specified window has no menu, the return value is NULL. If the window is a child window, the return value is undefined.