Hello Rick,
That means, You need Alpha-Blended-BMP's.
I think, You can include the BMP's to a Resource ( BMP 24 Bit ) ,
but Workshop will say < wrong format > as soon You try to edit the BMP.
I also included 24 Bit BMP's and it works.
A post-answer ( I didn't try it for the moment ) :
or search for : < PNG from Resource > in the forum
by toninhofwi » Tue Mar 31, 2009 11:39 pm
Hi Uwe,
Borland Resource Workshop can do it:
#define RT_RCDATA 10
nId RT_RCDATA NONDISCARDABLE "imagem.png"
My question is another: How to load it and have a valid handle, maybe something like:
hBitmap = LoadBitmap( GetResources(), cResName )
Thanks and best regards,
Toninho.toninhofwi
Posts: 65
Joined: Tue Oct 18, 2005 10:01 am
Best Regards
Uwe