By mswatcher
via geekswithblogs.net
Published: Feb 02 2008 / 08:39
The WebBrowser control is essentially a managed wrapper around some COM interfaces that bind to Internet Explorer and provides us with several interesting capabilities. First of all, one can use WebBrowser to easily display a web page in a WinForms application. All you have to do is set the WebBrowser.Url property and the control takes care of getting the assets from across the wire and rendered on the screen.



Add your comment