WinForm中打开web页面

来源:互联网 发布:淘宝卖家id是什么意思 编辑:程序博客网 时间:2024/05/14 09:32
System.Windows.Forms.Help.ShowHelp(this, url);
System.Diagnostics.Process.Start(
"IExplore.exe", url);