Link to home
Start Free TrialLog in
Avatar of Preece
PreeceFlag for United States of America

asked on

VB6 ComboBox ToolTipText

Is there an easy way to get the ToolTipText to show the currently selected item in a VB6 ComboBox?  Some items in a list of mine are wider than the cbo itself, thus, the user can't see the whole item!

Thanks in advance,
Preece
ASKER CERTIFIED SOLUTION
Avatar of rspahitz
rspahitz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Actually, depending on the type of combo, you may have to use the _Change event procedure instead of _Click.
Avatar of Preece

ASKER

Sorry, but did I fail to mention on a MouseOver...there isn't such an event....
there's no such thing as a mouseover event but you could use the MouseMove event for the same thing.
Well, the mouseover is not the "currently selected item"

Please explain further, because the tooltip comes up automatically on mouseover (once it's set!)
Avatar of Preece

ASKER

Thanks!  This works well!  

Preece
OK.  Glad it was what you needed!