Landscape mode questions

B

Beebs

I have a few basic questions about landscape mode and am looking for
the simplest ways possible to achieve them.

1) How do I layout a landscape only form in VS. Do I just design it
the long way or how else?

2) I need some forms only in landscape and others only in portrait
mode. If I lay them out as I mentioned above, will screen orientation
change automatically as I go from form to form based on its original
design?

3) A little off this topic, how do I enable my application to also be
compatible with VGA screens?

Thanks, and as I said above, be clear and as simple as possible, I've
never worked with these features before.

Thanks
 
D

Darren Shaffer

Have a look at:

http://msdn.microsoft.com/library/d...nppcgen/html/screen_orientation_awareness.asp

and

http://msdn.microsoft.com/library/d.../dnppcgen/html/orientation_dpi_aware_apps.asp

Right now, you pretty much have to deal with the orientation with different
InitalizeComponent
methods to handle each. With VS2005 and CF2, you have managed APIs that
allow you
to determing orientation and screen resoltuion, you have control docking,
etc to make this
easier.
--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top