Resources  
  • Using a COM Callable Wrapper to Launch a Program from a Hyperlink in the WebBrowser ControlMar 02, 2007. This article describes how you can launch an application from a link inside the WebBrowser Control using a combination of javascript and an ActiveX Control created in C#.
  • How to Bring up a Find Dialog in the WebBrowser Control using Managed C++Feb 07, 2007. This article will answers the question, how do I bring up a find dialog in the Web Browser Control?. As easy as you would think this should be, it actually requires some COMplicated manipulation.
  • Windows Forms WebBrowser ControlNov 10, 2005. Windows Forms 1.0 lacked a Web Browser control. The work around was to use IE ActiveX control using COM Interop. Now Windows Forms 2.0 provides a Web Browser control, which is a managed wrapper of IE ActiveX control.
  • WebBrowser Control With ProgressBar in Windows Phone 7Mar 06, 2012. In this article we will use a WebBrowser control with customized ProgressBar in a Windows Phone application. Actually, the WebBrowser control lets your user browse a specific web page.
  • WebBrowser Control in F#Jul 29, 2011. This article is a demonstration of the WebBrowser control and its properties in F#. Have a quick review to learn.
  • WebBrowser Control in C# and Windows FormsMar 09, 2011. WebBrowser control allows developers to build Web browsing capability within Windows Forms applications. In this article, I will demonstrate how to use the WebBrowser control in a Windows Forms application using C# and Visual Studio 2010.
  • Windows Phone WebBrowserMar 02, 2011. This article describes the use of the Windows Phone WebBrowser control.
  • WebBrowser Control In WPFApr 08, 2010. In this article, I am going to show how we can use WebBrowser control in WPF application.
  • Mini Browser Application in Windows Phone 7Mar 20, 2012. In this article we are going to explore the WebBrowser control in Windows Phone 7.
  • Building Web Browser Application using Visual Studio 2010Jan 03, 2011. WebBrowser control allows developers to build Web browsing capability within Windows Forms applications. In this article, we will demonstrate how to use a WebBrowser control in a Windows Forms application. This article is written using Visual Studio 2010. If you do not have Visual Studio 2010, you may use Visual C# 2010 Express which is free to download from MSDN website.
  • Web Browser in C#Mar 16, 2009. The attached project is a Web Browser application created in C# 2.0.
  • Display a Web Page in a Windows FormsJan 31, 2006. In this article, we will see how we can display a web page on Windows Forms.
  • Using Web Browser Options in C# and VB.NETSep 21, 2004. I wrote this article in Sept 2001 in response to a question on discussion forums - how to create a Web Browser in C#? Recently, I got a question on how to use Browser's Save As option programmatically. This article explains how to use Web Browser ActiveX to your project to developer your own customized Web Browser and use its options.

About WebBrowser

NA

OUR TRAINING