想搞一个button 点击打开pdf文件,求解各位大神该如何实现?或者说下思想!小弟不胜感激
wp8 点击button 打开内部的(isolatedfile)pdf文件
[解决办法]
var file = wait Windows.ApplicationModel.Package.Current.InstalledLocation.GetFileAsync(imageFile);
Windows.System.Launcher.LaunchFileAsync(file);
让系统选择,如果还打不开会提示到应用商店下载可以打开的应用。