Have you actually tried this? And if so, which handheld/rom version does it work on?
For me, the FrmDrawForm command draws the form on the display window, regardless of whether or not it is the current draw window. -- Tim Kostka "BrownB" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You should use WinCreateOffscreenWindow(), get the handle of that and set it as the draw window. After drawing operations, you can copy offscreen bitmap data to the current ActiveWindow with WinCopyRectangle(). > > BrownB > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
