Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ZtianOS

    Selecting an item in a listview

    I found out myself. What i was looking for was this: myListView.Items[2].Selected = true; But tnx anyway
  2. ZtianOS

    Selecting an item in a listview

    That would work for the ListBox class, but not so easy with the ListView class...
  3. ZtianOS

    Selecting an item in a listview

    How do I set whitch item in a listview to be selected? In my applicaton there is a listview and a textbox. When I select an item in the listview and write a text in the textbox and press enter I want the next item in the listview to be selected. How do I set the next item to be selected?

Part and Inventory Search

Back
Top