Hello,
I'm trying to put tooltips in a listbox when you put the mouse over a string bigger than the control is...(There is no ToolTipText in vb4/32).I already made a ToolTip function (with a picture box) but I want to put this tooltip just over the string (with the MouseMove event)and not under the ListBox or under the mouse cursor...
Has anybody some idea to:
1-detect when the string is longer than the control ?
2-put the tooltip at the right place ?

Thank you.