ImageList
This program allows you import icons or bitmaps from a .dll, .exe, .ico or .bmp file into a Listview or Treeview control. Also allows you to import the icon associated with a type of file.
Win API Functions used:
CopyIcon
DeleteObject
DestroyIcon
ExtractIconEx
FreeLibrary
ImageList_Add
ImageList_Create
ImageList_Destroy
ImageList_GetImageCount
ImageList_ReplaceIcon
LoadImage
LoadLibrary
SHGetFileInfo
——— Last updated 01/18/2023 ———