Windows应用商店应用在快照视图中打开默认IE浏览器 [英] Windows Store App to open Default IE Browser in snapped view

查看:89
本文介绍了Windows应用商店应用在快照视图中打开默认IE浏览器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的Windows应用商店应用是否可以打开默认的"Metro"应用。 IE浏览器处于快照模式?


因此,我的应用程序和IE都将处于快照模式?

解决方案

< blockquote>

以编程方式,您只能使用

 Windows.UI.ViewManagement.ApplicationView.TryUnsnap(); 

如果你看到它的名字那么试试这里没有受助者。如果应用程序已成功解除绑定,则文档会将其返回 " true ;如果违规尝试失败,则
false 。"



绝不可以抓取您的应用编程。控制其他应用程序是不可能的。


另一方面,并​​不总是可以捕捉应用程序。它仅在宽屏幕上支持,即水平分辨率为1366像素或更高。因此,如果根据要求这是一个重要的功能,那么放弃这样的想法是很好的。


Is it possible for my Windows Store app to open the default "Metro" IE browser in snapped mode?

Thus, both my app and IE would both be in snapped mode?

解决方案

Programmatically you can only unsnap yourself using

Windows.UI.ViewManagement.ApplicationView.TryUnsnap();

If you see the name it says Try so there is no grantee. Documentation reads it returns "true if the app has been successfully unsnapped; false if the unsnap attempt failed."

By no means you can Snap your app Programmatically. Controlling other apps is out of question.

On other side, it is not always possible to Snap an application. It is just supported on Wide Screens i.e. horizontal resolution 1366 pixel or more. So if this is an important feature as per requirement then it is good to drop such idea.


这篇关于Windows应用商店应用在快照视图中打开默认IE浏览器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆