Re: Bitmaps in Resuorce???

2006-07-23 Thread kaineu
thanks for the help. it worked. I tried using WinCreateBitmapWindow instead of WinCreateOffscreenWindow and it worked. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Bitmaps in Resuorce???

2006-07-20 Thread kaineu
I'm trying to retrieve the data of Bitmap files in the Resource. how do I do that?? I'm not sure what to use. I was able to get the pointer to the BitmapType using DmGetResource, but after that I don't know how to access the bytes of the image. What do I need to do? I need the data of the

Re: Bitmaps in Resuorce???

2006-07-20 Thread Neil Whitworth
[EMAIL PROTECTED] wrote: I'm trying to retrieve the data of Bitmap files in the Resource. how do I do that?? I'm not sure what to use. I was able to get the pointer to the BitmapType using DmGetResource, but after that I don't know how to access the bytes of the image. What do I need to do? I