Q: Anyone knows how to create an auto-scrolling listbox
A: if you mean a scrollbox wihch hold the focus on the last item you have add... List1.AddItem vMessage List1.TopIndex = List1.ListCount - 1 Return