强制 Windows Mobile 6 应用程序以横向模式运行
我正在为 Windows Mobile 6.1 编写一个应用程序,我希望该应用程序始终在横向模式下运行,无论屏幕旋转如何。有人知道吗? 谢谢 :)
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 :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这有点麻烦,但您始终可以观看设备的 ScreenOrientation 并在看到它发生变化时将其改回来。作为一名用户,我真的不喜欢这种行为。
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.