I don't think you have any choice but to load and display the images programmatically. It's not too difficult of a process, all you need is a MemHandle, and BitmapType for the images on screen. Then just DmGetResource and lock the memory. Draw the bitmaps, and you're done. All that's left is to unlock the memory, and DmReleaseResource
----- Original Message ---- From: V. Sriram <[EMAIL PROTECTED]> To: Palm Developer Forum <[email protected]> Sent: Thursday, July 5, 2007 10:21:28 PM Subject: Multiple images on one screen with scroll bar hi all, I want to put multiple images on one screen arranged vertically using the resource editor, importing the images, since the images need not be changed later. But the images are big so after two or three images are inserted, they go out of the scope of the form. So they start getting overlapped. So is there any method to specify y-coordinate(Top)which is greater than 160(max size allowed on the editor)so that I can provide a scroll bar and view the other images. awaiting reply. please let me know if further clarification is required for my problem. thanks and regards, Sriram -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
