日期:2014-05-19  浏览次数:20875 次

如何点击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 ");