|
-
Jan 27th, 2000, 05:46 PM
#1
Thread Starter
Hyperactive Member
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
-
Jan 27th, 2000, 06:32 PM
#2
Frenzied Member
try this:
it highlights it though!
Code:
List1.ListIndex = List1.ListCount - 1
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company
-
Jan 27th, 2000, 07:50 PM
#3
Thread Starter
Hyperactive Member
Thanks a million this is exactly what I wanted.
John
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|