How do I create rich UI in Delphi when I’m having set of PNG images provided? I need to “skin” the buttons / panels / page controls with PNG images.
PNG transparency must be supported.
Any components / solutions?
to make things clear:
I’m not asking for typical “skinning” solution, nor for PNG support in delphi7.
Rather for a solution / component set / library which contains basic controls (buttons, page controls) with possibility to set the background image.
Each element will have completely different image, so that is not about skinning.
You’ll have a very hard time doing this in Delphi 7. The latest versions of Delphi have excellent support for PNG including transparency. I know it’s not a simple answer to your question but I think it would be the best solution.