Quote Originally Posted by .paul.
try this:

vb Code:
  1. Dim adi As New ListViewItem("") ' will add to column(0)
  2. adi.SubItems.Add("second") 'will add to column(1)
  3. adi.SubItems.Add("third") 'will add to column(2)
  4. ListView2.Items.Add(adi)

edit: beat me again!
This code will add the items togather. I want to add items each one alone in single Sub as I told in post #4 and insert the items as it show in the pic2.