CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    How to display Help Strings for Menu items?

    Hi,

    When user brings up a menu list, and srolls down, i want to display help strings/tips in a status bar (below), like in VC.

    In VB 5.0, the menu editor doesn't allow you to specify a string as help-string.

    Also, the menu item doesn't get a "Mousemove" event either. So what is the way? Subclassing?!


    RK

  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: How to display Help Strings .. FOund it myself.

    I found it myself. Sorry... if you have taken trouble to find for me.

    Here it is: MSDN article ID Q185451.

    Also on Codeguru-VB site, i found a couple of other nice ones too...

    RK

  3. #3
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: How to display Help Strings for Menu items?

    subclassing is the only way to go, it seems

    RK

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