|
-
May 23rd, 2001, 03:07 PM
#1
Sub sub meniu handler
How can I get the handler of a sub-sub menu?
-Menu
-----SubMenu
----------SubSubMenu
Thanks
-
May 23rd, 2001, 07:04 PM
#2
Re: Sub sub meniu handler
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
-
May 24th, 2001, 02:39 AM
#3
Re: Sub sub meniu handler
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|