i assume that the property of the listview FullRowSelect is set to true, so it look like this.
VB Code:
  1. Dim lv As ListViewItem = ListView1.SelectedItems(0)
  2.         TextBox1.Text = lv.SubItems(2).Text ' or could be a label control here