|
-
Dec 4th, 2003, 06:57 PM
#1
Thread Starter
Lively Member
Another list question
How can I make it that one list item is always selected? Not any items in particular, just any one item.
-
Dec 4th, 2003, 07:19 PM
#2
Addicted Member
Not quite sure if I get what your doing but the only time I could get an item not to be selected is when the form first loads. So in that case just set the selected index for the listbox like:
ListBox1.SelectedIndex=1 'or any number you choose
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
|