Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List Boxes and Tool Tips

Status
Not open for further replies.

robmac

Programmer
Jun 25, 2001
8
US
Anybody know a way to change what a tooltip is on a listbox based on which row in the list box the mouse is hovering over???

TIA
Rob
 
ROBMAC

Anybody know a way to change what a tooltip is on a listbox based on which row in the list box the mouse is hovering over???

No, it applies to the whole control, not specific rows.
Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first or check this link
 
i've seen something like that out at foxtalk...they used a grid though and made it look like a listbox...you can go to:


sign up for a free subscription, it will give you 30-days and then go to VIEW PAST ISSUES (over on the right-hand side and look for the August 2002 issue... "Playing With the GUI in Visual FoxPro 7: ComboBox Item ToolTip Control " download the sample code and it will show you better than I could tell you Slighthaze = NULL
 
Use the ItemTips property. If the item is longer than the width of the listbox, it will show the item.
Dave S.
 
...but keep in mind, the item must be wider than the entire control, not just a particular column in order to work.
Dave S.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top