ImageList
This program allows you import icons from a .dll or .exe file into a Listview or Treeview control. I started with an example by Regan Sizer that worked only on Listview and reorganized it and put the control specific code into control objects.
Win API Functions used:
CopyIcon
DestroyIcon
ExtractIconEx
ImageList_Create
ImageList_ReplaceIcon
ImageList_GetImageCount
ImageList_Destroy
SHGetFileInfo
——— Last updated 4/10/2012 ———