K
kanenas
Guest
Hi!
I have a listview and I want to make a button to remove any unwanted
entries. I tried
If Not lst1.SelectedItems Is Nothing Then
lst1.Items.Remove(lst1.SelectedItems(0))
End If
But I got an error in the second line
Any ideas?
I have a listview and I want to make a button to remove any unwanted
entries. I tried
If Not lst1.SelectedItems Is Nothing Then
lst1.Items.Remove(lst1.SelectedItems(0))
End If
But I got an error in the second line
Any ideas?