Listview Icon in Report

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"

shagpile
07-20-2005, 09:41 AM
I am pretty sure it is a lot harder than you originally think. My main reasoning for this is because I have seen downloadable list controls specifically designed with your purpose in mind. They would not exist if it was easy to do in the first place.

Have a look for downloadable controls. It will save you a lot of time and effort.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum