CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Location
    Romania
    Posts
    71

    Sub sub meniu handler

    How can I get the handler of a sub-sub menu?
    -Menu
    -----SubMenu
    ----------SubSubMenu

    Thanks



  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    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

  3. #3
    Join Date
    Apr 2000
    Posts
    737

    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
  •  





Click Here to Expand Forum to Full Width

Featured