标签: c# winforms win-universal-app
使用Process.Start(@"C:\clip.mp4")将使用默认应用打开视频。
Process.Start(@"C:\clip.mp4")
如何在C#Windows窗体中使用应用程序“电影和电视”(它不是默认应用程序)打开它?
答案 0 :(得分:-1)
对于UWP,您可以使用Launcher。
Launcher
await Windows.System.Launcher.LaunchFileAsync(storageFile); //in my case this is .mkv file