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

    List Box Tooltip

    Hi

    I have a specific problem in providing tooltip text to each value listed in a list box. I am able to show each value as tooltip of the listbox when there is no scrollbar. However, when a scroll bar comes to it, and when I scroll down, my code is showing tooltip only to those values that are visible when not scrolled.

    Now I would appreciate if you could give me an idea, when I scroll down, and move my mouse over, my code should show even the last value as tooltip of the listbox.

    Thanking you

    PCS


  2. #2
    Join Date
    Sep 1999
    Location
    Red Wing, MN USA
    Posts
    312

    Re: List Box Tooltip

    Here's a Link to a Similar Question I answered,
    http://www.codeguru.com/bbs/wt/showp...collapsed&sb=5

    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]
    Aaron Young
    Senior Programmer Analyst (Red Wing Software)
    Certified AllExperts Expert

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