James wrote:

> So if I have a resource form and I create a offscreenwindow,
> can I change the pixel format of the offscreenwindow and then copy
> that to the form?

I think if you do that you will only partly fill the screen (i.e. your  
offscreen window will now end up being smaller than the actual screen.)

> Will this work? Or will it copy a 160x160 to the form?

There's no reason the OS would copy anything else but a 160x160 bitmap, this is 
what you have.

But why do you want a hi-res resource form? Controls get drawn in legacy 
resolution anyway. If you want to add a hi-res element in your resource form, 
ecnlose it in a gadget, and draw it in hi-res when the gadget handler gets 
called.

Also, search this newsgroup archive for posts on hi-res forms.

Luc Le Blanc
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to