Delphi – TImageList component for Delphi 7 which supports PNG Images

delphivcl

Does anyone know of a component that descends from TImageList and support PNG images, and compatible with Delphi 7?

Best Answer

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=

Related Topic