How to create C# CF application in landscape display mode

  • Thread starter Thread starter Holger Vorberg
  • Start date Start date
H

Holger Vorberg

Hi,

I want to develop an application for CF using C#.NET , which should use the
display of the PDA in "landscape" mode.
What I mean is, that the user has to turn around the PDA for 90 degrees.
Does the CF provide any classes that support this ?
Does the Pocket PC OS support this at all ?

Regards,
Holger Vorberg
 
PPC 2003SE supports rotation, but it's the only PPC that does. For it, the
device handles rotation and tells your app that it's happened. For any
other PPC you have to actually draw everything sideways and there are really
no APIs to easily support it.
 
Back
Top