PS:如果只是想单纯地调用浏览器打开网页,可以这样:
private void lbllink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
//调用IE浏览器
System.Diagnostics.Process.Start("iexplore.exe", "http://www.easck.com//调用系统默认的浏览器
System.Diagnostics.Process.Start( "http://www.easck.com//调用IE浏览器
System.Diagnostics.Process.Start("iexplore.exe", "http://www.easck.com//调用系统默认的浏览器
System.Diagnostics.Process.Start( "http://www.easck.com/pre>
注:相关教程知识阅读请移步到c#教程频道。











