How to read data from a listview?
Thnx
Printable View
How to read data from a listview?
Thnx
I used a little 30 second method called "figure it out myself" to do this. You should try it sometime! *grins* :-)Code:dim mytextstring as string
mytextstring = ListView1.Items(0).Text().ToString()