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

    dynamicall change menu items

    Hi
    Can anyone direct me how I can dynamically change the menu items on right mouse click
    thanks in advance
    Jacob



  2. #2
    Guest

    Re: dynamicall change menu items

    in the mouse down event check for vbright key and use
    load/unload menuitem(index)


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