Anybody know how to make the scroll bar on a list box stay down? Its for a simple chat prog.
Printable View
Anybody know how to make the scroll bar on a list box stay down? Its for a simple chat prog.
The easiest that I can come up with is this:
Add the following code on the next line after an item is
added to your list box.
List1.ListIndex = List1.ListCount - 1