Results 1 to 2 of 2

Thread: Another list question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Location
    Belfast
    Posts
    109

    Another list question

    How can I make it that one list item is always selected? Not any items in particular, just any one item.

  2. #2
    Addicted Member Hole-In-One's Avatar
    Join Date
    Mar 2003
    Location
    Minnesota
    Posts
    195
    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
  •  



Click Here to Expand Forum to Full Width