Any way to store JPG images in resources?
Thanks
Any way to store JPG images in resources?
Thanks
César,
In your RC:
name RCDATA "YourJpeg.JPEG"
From your application:
local hRes := FindResource( GetResources(), "name", RT_RCDATA )
local hGlobal := LoadResource( GetResources(), hRes )
Now we have the JPEG in memory, next is to convert it into a hBitmap. We still don't know how ![]()
Hi. All
I had arrived at work results in the loading Jpg to the screen.
See the link below.
http://fivetechsoft.com/forums/viewtopic.php?t=4981
regards,
Hathal.
Antonio.
I Sent you link the source.
Open your e-mail now.
regards,
Hathal.