Windows Phone Developers

Wednesday, June 16, 2010

How to Browse WebPages using WinForm

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");

Digg Technorati Delicious StumbleUpon Reddit BlinkList Furl Mixx Facebook Google Bookmark Yahoo
ma.gnolia squidoo newsvine live netscape tailrank mister-wong blogmarks slashdot spurl StumbleUpon

No comments:

Post a Comment