I have to figure out if the user has clicked on an item when ListView_Click is fired....
SelectedIndexChanged is not gunno work for me, becase if the user clicks on an item that is already selected, it's not gunno fire....
There is not HitTest function or anything I guess, what can I do?
