Hi, I have another question regarding the listview control,
I have added 3 pictures in my imagelist
and my listview has 3 colums, now my previous question about the listview was how to add a small picture next to the item, and thanx for helping me with that, but now I want to add a picture next to the other 2 coloums as well and I can work out how to do it, my code to add items to the listview is

With ListView1
Set xListitem = .ListItems.Add(, , Rank, 1, 1)
xListitem.SubItems(1) = Name
xListitem.SubItems(2) = TimeOnline
End With

now I need to add a picture next to the 2 sub items as well, please help.

thank you.