V
Vjay77
What would be the easiest way to save content of my listview (all
columns) to comma delimited txt file on my local drive.
I plan on opening this file with ms excel, so I can get columns
separated by excel automatically.
I can read the content of 1 row and 1 column of my listview like
this:
dim text as string = ListView1.Items.Item(1).SubItems(1).Text()
But how do I write/save it to extract.txt text file on my c drive.
vjay
columns) to comma delimited txt file on my local drive.
I plan on opening this file with ms excel, so I can get columns
separated by excel automatically.
I can read the content of 1 row and 1 column of my listview like
this:
dim text as string = ListView1.Items.Item(1).SubItems(1).Text()
But how do I write/save it to extract.txt text file on my c drive.
vjay