Adding PNG Images Support in Controls
- You must install PNGImage library from http://pngdelphi.sourceforge.net
- Add bspngimagelist.pas to the BSF package and recompile it to install TbsPNGImageList component.
- Use TbsPNGImageList in all controls (see PngImages property), because it inherited from standard TCustomImageList.
TbsPNGImageList available only in registered version.
Also you can use PNGComponents from http://www.thany.org/article/32/PngComponents (you need to do nothing).
|