delphipngdelphi-2007timage

How can I display a transparent PNG on Delphi 2007?


The TImage control doesn't support PNG. Is there some third party component that will?


Solution

  • I have successfully used the TPaintBox component with the DevExpress TcxImageList which supports PNGs, and then drawn the images in the OnPaint using the list's facilities. Worked well. DevEx also have a TcxImage, but I've not tried that.