In my listview this are the values.

1 - Dog - 19
2 - Cat - 2
3 - Shrew - 5

How to retrieve the selectedindex in the listview ? If i select the first record the index must be "0" if the second record then the index is "1" if the third the index is "2". i use this method but it gives me a wrong output.

Code:
Me.Text = Listview1.SelectedIndexes.ToString
The output of that is System.Windows.Form.Listview......