且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在C#窗口中嵌入网页

更新时间:2023-12-06 15:27:22

您可以简单地在WebBrowser控件中执行此操作.并使用Navigate(string url)方法浏览网站.在这里查看详细信息

You can simply do this in a WebBrowser control. And use Navigate(string url) method to browse to a website. have a look Here for Details

http://msdn.microsoft.com/en-us/library/3s8ys666.aspx

这是WebBrowser类的详细信息

and here is the details for the WebBrowser Class

http://msdn.microsoft.com/zh-cn/library/system.windows.forms.webbrowser.aspx