.RemoveAt(index)?
Hey guys,
I'm trying to remove items from listviewEx
its not working.
I tried ListViewEx1.Items.Clear(ListViewEx1.SelectedIndice s)
But nooooooooooo that doesn't work.
Tried the same with selected items, doesn't work.
I know someone'll probably fix this in a few seconds, so someone?
.RemoveAt(index)?
Light travels faster than sound. That's why most people seem bright until you hear them speak.
for each item as listviewitem in listview1.selecteditems
listview1.items.remove(item)
next
?
Last edited by Blubb1337; 09-24-2010 at 05:59 AM.
Why End If ?
THere's no If.
And it works, thanks a lot.
Mmkay solved then.