0

I am writing an application for Windows Mobile 6.1, and I would like the application always run on landscape mode, regardless of the screen rotation. Does anyone have any idea? Thanks :)

ET.
  • 1,899
  • 2
  • 18
  • 28

1 Answers1

0

It's a bit of a hack, but you could always watch the device's ScreenOrientation and change it back when you see it altered. As a user, I'd really dislike that behavior though.

ctacke
  • 66,480
  • 18
  • 94
  • 155