After adding image to a listview, how can we change them. I tried the follwong but did not work. Please advise.
==================
Dim
lvItem1.ImageIndex = intImageIndex
If
lv_Messages.Items(intRow).Text = strTimeStamp ' This works OK
Me