全屏模式下的 XBAP
我想以全屏模式运行 XBAP。有没有办法让IE全屏打开XBAP?
I want to Run my XBAP in full screen mode. Is there any way to make IE to open XBAP in fullscreen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于我以完全信任的方式运行,每当用户单击全屏按钮时,我都会使用 Process.Start() 方法以 kiosk 模式打开 IE。
以下代码解决了我的问题。
As I am running with full trust, whenever user clicks on full screen button, I used Process.Start() method to open IE in kiosk mode.
The following code solved my issue.
我不确定有什么好的方法可以做到这一点,但您可以设置一个快捷方式以 Kiosk 模式打开 IE 并启动您的 xbap:
这将“全屏”它。
I'm not sure there's any good way to do this, but you could set up a shortcut to open IE in Kiosk mode and fire up your xbap:
that would 'full screen' it.