RRUZ
RRUZ

Reputation: 136441

TImageList component for Delphi 7 which supports PNG Images

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

Upvotes: 2

Views: 5684

Answers (3)

RCECoder
RCECoder

Reputation: 360

You can use CnPack IDE Wizards which will make your TImageList control accepts PNG image format.

Take a look Morever, it will make your IDE much more convenient.

Upvotes: 1

Linas
Linas

Reputation: 5545

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=

Upvotes: 6

Lepidosteus
Lepidosteus

Reputation: 12047

I think the JEDI Visual Component Library's TJvImageList does all that.

Upvotes: 0

Related Questions