Several Questions about ListView:
1. How Do I delete the selected item from a Listview?
2. I have two colums, how can i get the selected text from both colums?
Thanks,
Ryan
Printable View
Several Questions about ListView:
1. How Do I delete the selected item from a Listview?
2. I have two colums, how can i get the selected text from both colums?
Thanks,
Ryan
First question:
Second question:Code:ListView1.ListItems.Remove SelectedItem.Index
Code:strSecondColumn = ListView1.SelectedItem.SubItems 1