TImageList component for Delphi 7 which supports PNG Images
Does anyone know of a component that descends from TImageList and support P开发者_如何学编程NG images, and compatible with Delphi 7?
I'm using PngComponents It has TPngImageList. Works well for me.
EDIT New link: http://code.google.com/p/cubicexplorer/downloads/detail?name=PngComponents.zip&can=2&q=
You can use CnPack IDE Wizards which will make your TImageList
control accepts PNG image format.
I think the JEDI Visual Component Library's TJvImageList does all that.
精彩评论