valentindvf
May 23rd, 2001, 03:07 PM
How can I get the handler of a sub-sub menu?
-Menu
-----SubMenu
----------SubSubMenu
Thanks
-Menu
-----SubMenu
----------SubSubMenu
Thanks
|
Click to See Complete Forum and Search --> : Sub sub meniu handler valentindvf May 23rd, 2001, 03:07 PM How can I get the handler of a sub-sub menu? -Menu -----SubMenu ----------SubSubMenu Thanks John G Duffy May 23rd, 2001, 07:04 PM 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 cksiow May 24th, 2001, 02:39 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |