I am using the following code:

VB Code:
  1. Dim lv As LiveViewItem
  2. Label1.Text = lv.SubItems(2).Text

Now I want to put the contents of the 3rd field on ListView1 into Label1, but this doesn't work, so how would I go around doing this?

Cheers.