码迷,mamicode.com
首页 > 其他好文 > 详细

C# 操作浏览器打开网址

时间:2015-08-20 12:10:31      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

System.Diagnostics.Process.Start("iexplore.exe", "http://www.baidu.com/");
//chrome
System.Diagnostics.Process.Start("chrome.exe", "http://www.baidu.com/");
//Maxthon
System.Diagnostics.Process.Start("C:\\Program Files\\Maxthon\\Bin\\Maxthon.exe", "http://www.baidu.com/");
//firefox
System.Diagnostics.Process.Start("firefox.exe", "http://www.healthcareol.com/");
//360Browser.exe
System.Diagnostics.Process.Start("C:\\Users\\Administrator\\AppData\\Roaming\\360se6\\Application\\360se.exe", "http://www.baidu.com/");

C# 操作浏览器打开网址

标签:

原文地址:http://www.cnblogs.com/waiwai1015/p/4744303.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!