Querying the scree orientation on a Pocket PC

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have seen several C# examples on how to change the screen orientation on
the Pocket PC, and also how to query if the screen orientation can be changed.

But can someone tell me how to query the current screen orientation (C#)?
 
Easiest is to compare the Width and Height of Screen.PrimaryScreen

Cheers
Daniel
 
Back
Top