Render
07-20-2005, 09:03 AM
Im using the listview control in report view and am trying to add an icon into one of my columns. Is it possible to do this or is it going to take some tweaking? (Im using Common Controls 5.0 so it is compatable with an XP style manifest file.)
Dim lvwItem As New ListItem
Set lvwItem = lvwInfo.ListItems.Add
lvwItem.Text = "" 'need an icon here
lvwItem.SubItems(1) = "Column 2"
lvwItem.SubItems(2) = "Column 3"
Dim lvwItem As New ListItem
Set lvwItem = lvwInfo.ListItems.Add
lvwItem.Text = "" 'need an icon here
lvwItem.SubItems(1) = "Column 2"
lvwItem.SubItems(2) = "Column 3"