Well, i need to find the index of the item that was clicked.

I have had to use the .FocusedItem because there isn't a .SelectedIndex anymore, but now i have found that the focuseditem isn't necessarly the item clicked....if you can follow what i mean.

If i click on the second item in the listview to send this item to a form to be edited, it will in fact get the first item in the listview not the second or third, ect.