ListBox Highlight item

  • Thread starter Thread starter Carlo
  • Start date Start date
C

Carlo

Hi
How do I highlight the first item appearing in a list box?

Thanks
Carlob1
 
* (e-mail address removed) (Carlo) scripsit:
How do I highlight the first item appearing in a list box?

Try 'Me.ListBox1.SelectedIndex = Me.ListBox1.TopIndex'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Value of Item in ListBox 2
Insert in ListBox 4
package and deploy 3
Printing items in a listbox in VB.NET 1
Printing items in a listbox 4
listview loses highlighted item 6
Access Cannot select items in listbox 1
listbox problem 2

Back
Top