Hi,
Is there any example using PNG images in prg?
Is it possible to describe PNG images in .RC file with using editor.
Thanks,
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hi,
Is there any example using PNG images in prg?
Is it possible to describe PNG images in .RC file with using editor.
Thanks,
Hakan,
> Is there any example using PNG images in prg?
yes, please review FWH\samples\TestImg.prg. If you want to use the PNG transparencies, please review FWH\samples\TestAB.prg
> Is it possible to describe PNG images in .RC file with using editor.
You have to do it manually, not with the editor. But if you convert the PNG into a BMP with transparencies, as we do in samples\TestAB.prg, then you can store those bitmaps in your RC as usual.