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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

retrieving values in listviews

Status
Not open for further replies.

jo4n

Programmer
Feb 25, 2003
1
0
0
PH
how do you retrieve a value from a specific column from a selected row in a listview?

for instance, if i select a row in a listview, i want to retrieve the value of the 2nd column of the selected row.
 
Assume ListView named lstDesc. Please use follow properties:
lstDesc.SelectedItem.SubItems(index). For more detail, look up in MSDN.
KieuTV
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top