Link to home
Start Free TrialLog in
Avatar of scoopbh
scoopbh

asked on

Combobox with png files

Hi,

I need a way to put png files (loaded in runtime from files) directly on combobox itemns.
Like: <png file> item text
         <png file> item text  
         etc

I've always a pngobject file that allows my delphy to handle png files.

How can I do that?
Avatar of Thommy
Thommy
Flag of Germany image

Load your PNGs into an imagelist and try this...
How to place images in a Combo Box
Have you already checked my post?

Versions prior to Delphi 2009 do not support PNG images!!!

Use extra components to add PNG support for these Delphi versions:
pngcomponents.zip
Delphi PNG and MNG libraries
You can also have a look at sourceforge project pngDelphi
ASKER CERTIFIED SOLUTION
Avatar of Thommy
Thommy
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Any problems with my little demo???