Re: ListBox: items too long
Hi
The lstbox can have a horizontal scrollbar, but you need to use the api for that.
You should find it at http://www.codeguru.com/vb/Controls/ListBox/index.shtml
Crazy D :-)
Re: ListBox: items too long
Hi,
On the VBnet site, i have seen an example,
[link]
http://www.mvps.org/vbnet/code/lista...mouseclick.htm
[/link]
where he shows how to get the right mouse click, and how to get the current mouse position over the list box. From that index, you can get the list item text and display either in a status bar or as tool-tip .
Ravi Kiran