码迷,mamicode.com
首页 > Windows程序 > 详细

winform 指定浏览器打开链接

时间:2014-09-22 10:59:52      阅读:283      评论:0      收藏:0      [点我收藏+]

标签:winform   ar   for   art   c   ef   new   r   res   

  Process myProcess = new Process();
  myProcess.StartInfo.FileName = "firefox.exe";//"firefox.exe";// "iexplore.exe";  //chrome  //iexplore.exe //哪个浏览器打开
  myProcess.StartInfo.Arguments = result;
  myProcess.Start();

winform 指定浏览器打开链接

标签:winform   ar   for   art   c   ef   new   r   res   

原文地址:http://www.cnblogs.com/StudyLife/p/3985443.html

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