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