如何点击Button后使得指定的.xml文件用IE打开?如何点击Button后使得指定的.xml文件用IE打开? 也就是当点击Button后,就会弹出IE浏览器,显示出该文件。[解决办法]try System.Diagnostics.Process.Start( "iexplore.exe ", "e:\\test.xml ");[解决办法]System.Diagnostics.Process.Start(@ "d:\test.xml ");