WinForm打开文件

string filePath = Application.StartupPath + "\\Bulbasaur1.jpg";
            System.Diagnostics.Process.Start(new FileInfo(filePath).Name, filePath); 

你可能感兴趣的:(WinForm打开文件)