Column text from listview...

lidds

Junior Contributor
Joined
Nov 9, 2004
Messages
210
Can anyone help me getting the text from a listview. I have a list view (lstView) with 4 columns in it, I want to be able to get the text from the second column that I have selected. The following code only seems to give me the text in the first column:

Code:
lstView.selecteditems(0).text

but how do I tell vb.net to give me the text from the second column.

Cheers

Simon
 
Back
Top