[Help]Removing items from ListViewEx? [Solved]
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? for each item as listviewitem in listview1.selecteditems
listview1.items.remove(item)
next
?
Why End If ?
THere's no If.
And it works, thanks a lot.