How can I get the handler of a sub-sub menu?
-Menu
-----SubMenu
----------SubSubMenu
Thanks
Printable View
How can I get the handler of a sub-sub menu?
-Menu
-----SubMenu
----------SubSubMenu
Thanks
If you are using the Standard Menu Editor to create your menus, you will supply a unique name for each handler during the menu structure creation.
John G
use the GetMenu API to get the main menu handle and then use GetSubMenu to get the submenu.
HTH
cksiow
http://vblib.virtualave.net - share our codes