CAn someone help me out i need some help with getting images to sho in my list view
Printable View
CAn someone help me out i need some help with getting images to sho in my list view
Use an ImageList. Load the images in to the ImageList and tie the ImageList to the Listview in the properties dialog. Then you supply the image index when you add items.
:)
You can also set keys to each image and use the keys instead of the index when addinfg the items.Quote:
Originally posted by crptcblade
Use an ImageList. Load the images in to the ImageList and tie the ImageList to the Listview in the properties dialog. Then you supply the image index when you add items.
:)