how can i get my listbox to scroll down as data is put into it. I.E so that the last line of data entered is always shown
Printable View
how can i get my listbox to scroll down as data is put into it. I.E so that the last line of data entered is always shown
List.AddItem NewItem
List.TopIndex = List.NewIndex
cant get it to work
list1.additem mychar5
list1.topindex1 = list1.newindex
Code:List1.AddItem ("Whatever")
List1.ListIndex = List1.ListCount - 1
topindex not topindex1