After adding image to a listview, how can we change them. I tried the follwong but did not work. Please advise.
==================
Dim
lvItem1 As New ListViewItemlvItem1.ImageIndex = intImageIndex
If
str_Status = "U" Then 'Update text and image in listviewlv_Messages.Items(intRow).Text = strTimeStamp ' This works OK
Me
.lv_Messages.Invalidate(lv_Messages.Bounds) Me.lv_Messages.Update() End If
Vijaya KadiyalaPosted Apr 13, 2008, 10:14 PM
Hi,
When you say change do you want to upload with new image or you want to modify the image?
Thanks -- Vj