在Windows 8.1中从我的应用程序打开相机应用程序

时间:2014-02-07 12:21:32

标签: c# winrt-xaml windows-8.1

有没有办法在c#中以编程方式打开Windows 8.1本机相机应用程序。

1 个答案:

答案 0 :(得分:1)

基本上WinRT不允许,Metro Apps在高度沙盒化的环境中运行,您无法直接打开Metro或桌面,您可能会发现使用Windows的Launcher类.System.Launcher在某种程度上有所帮助,请看一下这个帖子:

http://social.msdn.microsoft.com/Forums/windowsapps/en-US/b38bb2de-2a05-4f7d-8547-48b9759d72d4/can-i-use-windowssystemlauncherlauncherdefaultprogramuri-to-invoke-another-metro-style-app?forum=winappswithhtml5