悟生慧

 

winfrom打开网页的方法

方法一:

Uri uri = new Uri("http://www.163.com");
this.webBrowser1.Url = uri;

方法二:

System.Diagnostics.Process.Start("http://www.163.com");

posted on 2011-06-07 17:27  悟生慧  阅读(307)  评论(0编辑  收藏  举报

导航