How to use WebControl in Windows Forms
WebBrowser control can be used to display Webpages on userform. Add a webbrowser control to the userform
Default page can be set used the URL property. Here I have set URL property to bing.com
WebBrowser Control and Userform
The same can be set through code using:
webBrowser1.Navigate("http://www.bing.com");
No comments:
Post a Comment