I think something like that could do it:
VoidHand BitmapH;
VoidPtr BitmapP;
BitmapH = DmGetResource(bitmapRsc,bitmapIB);
BitmapP = MemHandleLock(BitmapH);
WinDrawBitmap(BitmapP, x, y);
MemHandleUnlock(BitmapH);
DmReleaseResource(BitmapH);
Pierre Baux
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Simple Bitmap Question... HowY
- Re: Simple Bitmap Question... Pierre Baux
- Re: Simple Bitmap Question... Steve Ralph
- Re: Simple Bitmap Question... Richard Burmeister
- Re: Simple Bitmap Question... HowY
