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
BOOL IsMenu(
HMENU hMenu
); DECLARE INTEGER IsMenu IN user32;
INTEGER hMenu hMenu [in] Handle to be tested.
If hMenu is a menu handle, the return value is nonzero.
Home