首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

怎么点击Button后使得指定的.xml文件用IE打开

2012-01-11 
如何点击Button后使得指定的.xml文件用IE打开?如何点击Button后使得指定的.xml文件用IE打开?也就是当点击B

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

热点排行