Click to See Complete Forum and Search --> : ListView


s_bist
July 3rd, 2002, 05:24 AM
How to read data from a listview?

Thnx

Dilyias
July 3rd, 2002, 03:33 PM
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* :-)