CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    How do I design a context menu (Popup menu) in VB?

    Hi,

    I want to design a popup menu for a form in VB. I already have a menu for the form. This menu is displayed below the title bar. When I try to use the Menu Editor, it only lets me edit this menu. I want to design a new menu which will popup like a context menu. How do I do this?

    Any help would be greatly appreciated.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How do I design a context menu (Popup menu) in VB?

    create your popup menu like a "normal" menu.
    Then, when you want to display the popup menu, call VB's popupmenu function


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