public
class
browserhelper
opensubkey
(openkey)
;// 谷歌瀏覽器就用谷歌開啟,沒找到就用系統預設的瀏覽器
// 谷歌解除安裝了,登錄檔還沒有清空,程式會返回乙個"系統找不到指定的檔案。"的bug
ifnull)}
else}}
catch
}///
/// 用ie開啟瀏覽器
///
///
public
static
void
openie
(string url)
catch
(exception ex)
; process.
start
(processstartinfo);}
else
; process.
start
(processstartinfo);}
else}}
}catch
(exception exception)}}
///
/// 開啟系統預設瀏覽器(使用者自己設定了預設瀏覽器)
///
///
public
static
void
opendefaultbrowserurl
(string url)
var path = s.
substring(1
, lastindex +3)
;var result = process.
start
(path, url);if
(result ==
null)}
}else}}
catch
}///
/// 火狐瀏覽器開啟網頁
///
///
public
static
void
openfirefox
(string url)
opensubkey
(openkey);if
null)}
else}}
catch
}}
呼叫Android自帶瀏覽器開啟網頁
在android程式中我們可以通過傳送隱式intent來啟動系統預設的瀏覽器。如果手機本身安裝了多個瀏覽器而又沒有設定預設瀏覽器的話,系統將讓使用者選擇使用哪個瀏覽器來開啟連線。uri uri uri.parse intent intent new intent intent.action view...
安裝瀏覽器驅動並開啟瀏覽器
開啟ie瀏覽器 前乙個是固定引數,後乙個是ie驅動路徑 system.setproperty webdriver.ie.driver d broswer driver iedriverserver iedriverserver.exe webdriver driver new internetexp...
winform開啟瀏覽器,並定位瀏覽器顯示位置
開啟瀏覽器直接使用,process.start就能開啟,重新定位瀏覽器顯示的位置需要用到windows api中的movewindow介面 ps.arguments string.format new window url 一直重新開啟瀏覽器 ps.windowstyle processwindow...