.net - VB.net Reading from ListViews with Multiple Columns -


OK so how can I read from the first column, but I need to read them from both of them. I'm using full line selection, which I need to get there.

Here is the code that I'm getting for the first column.

  Dim I as Integer For I = 0 to ListView1. Selected Items. Number - 1 message box (list view 1. selected item (I). Text) Next  

Comments