Home
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
 
 
 
 
TitleSet the selected item in a ListView control
KeywordsListView, selected item
CategoriesControls
 
Find the item you want to select in the control's ListItems collection. Then set the control's SelectedItem property to that item as in:
 
' Select the 2nd item.
ListView1.SelectedItem = ListView1.ListItems(2) 
 
 
Copyright © 1997-2001 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated