Can anyone tell me how to make my listview appear 'all selected', for instance, say I press a button and the items in the listview all appear as if they've been clicked (they're all blue).
Thanks
Printable View
Can anyone tell me how to make my listview appear 'all selected', for instance, say I press a button and the items in the listview all appear as if they've been clicked (they're all blue).
Thanks
Me.listview1.FullRowSelect = True
No that's not what I mean.
I don't mean selected from left to right, all items. As in everthing in the list.
It's OK now. I found out how to do it.
how did u do it?
with a loop through every item?