john_murphy
Jan 27th, 2000, 04:46 PM
I have a list box and when I do
list1.additem "jjjjjjj"
I want the last item to be displayed
so that if the listbox is full it goes to the bottom and selects the last one.
what I want is something like below
list1.select (List1.ListCount - 1)
except there is no list1.select only selected to see if it is selected
help please
Thanks
John Murphy
Galway
Ireland
list1.additem "jjjjjjj"
I want the last item to be displayed
so that if the listbox is full it goes to the bottom and selects the last one.
what I want is something like below
list1.select (List1.ListCount - 1)
except there is no list1.select only selected to see if it is selected
help please
Thanks
John Murphy
Galway
Ireland