Programmatically removing submenus from VFP main menu
Reading the structure of VFP main menu
Accessing Adobe Reader 7.0 main menu from VFP application
int GetMenuItemCount(
HMENU hMenu
); DECLARE INTEGER GetMenuItemCount IN user32;
INTEGER hMenu
hMenu [in] Handle to the menu to be examined.
If the function succeeds, the return value specifies the number of items in the menu.
Home