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:
but how do I tell vb.net to give me the text from the second column.
Cheers
Simon
Code:
lstView.selecteditems(0).text
but how do I tell vb.net to give me the text from the second column.
Cheers
Simon