Windows Store apps开发[47]使用默认程序打开文件
注:本文由BeyondVincent(破船)原创首发
转载请注明出处:BeyondVincent(破船)@DevDiv.com
![Windows Store apps开发[47]应用默认程序打开文件](http://img.reader8.net/uploadfile/jiaocheng/201401107/2909/2014012903095449828.png)
更多内容请查看下面的帖子
[DevDiv原创]Windows 8 开发Step by Step
在Windows 8中,有时候,我们电脑中的文件,需要启动别的程序来打开,或者有时候我们需要通过浏览器打开某个链接,这时候我们就需要用到Windows.System.Launcher。今天我就通过代码示例,来介绍如何打开文件或者链接。
本文参考了:
http://msdn.microsoft.com/zh-cn/library/windows/apps/windows.system.launcher
通过程序列表打开文件
去商店搜索对应的程序来打开文件
打开链接
代码下载地址: