How do you add I icon to a ListView at run time, the icon is in a ImageList
(ImageIndex = 0)? I am using the follow code to add item.
Dim item4 As New ListViewItem("L oad Island Data", 1)
item4.SubItems. Add(Format(Micr osoft.VisualBas ic.Timer - sngStartTime, "0.0"
& " sec"))
item4.SubItems. Add("All map data loaded in to memory")
TaslList.Items. AddRange(New ListViewItem() {item4})
(ImageIndex = 0)? I am using the follow code to add item.
Dim item4 As New ListViewItem("L oad Island Data", 1)
item4.SubItems. Add(Format(Micr osoft.VisualBas ic.Timer - sngStartTime, "0.0"
& " sec"))
item4.SubItems. Add("All map data loaded in to memory")
TaslList.Items. AddRange(New ListViewItem() {item4})
Comment