I had posted this in the Forms Forum without reply, so I thought I'd try here to see if any one has any ideas.
In Microsoft Explorer, if a folder name doesn't fit in the window, you can mouse-over the folder name and a label appears showing the full name.
Is there a way to do this with a list box on a form?
I've gotten it to work on the mouse move with the control tip text by dividing the height of the listbox by the listcount, but it's slow and it doesn't work when there are more than 12 records and a scrollbar.
Any ideas?
TIA
John
Use what you have,
Learn what you can,
Create what you need.
In Microsoft Explorer, if a folder name doesn't fit in the window, you can mouse-over the folder name and a label appears showing the full name.
Is there a way to do this with a list box on a form?
I've gotten it to work on the mouse move with the control tip text by dividing the height of the listbox by the listcount, but it's slow and it doesn't work when there are more than 12 records and a scrollbar.
Any ideas?
TIA
John
Use what you have,
Learn what you can,
Create what you need.