--- title: "WebBrowser Control" description: Learn about how the Windows Forms WebBrowser control hosts webpages and provides web browsing capabilities to your application. ms.date: "03/30/2017" helpviewer_keywords: - "WebBrowser control [Windows Forms]" - "Web pages [Windows Forms], hosting in applications" - "Web pages [Windows Forms], Windows Forms controls" ms.assetid: 12667861-5b5b-46bc-8fb5-675e25264c9f --- # WebBrowser Control (Windows Forms) The Windows Forms `WebBrowser` control hosts webpages and provides web browsing capabilities to your application. ## In This Section [WebBrowser Control Overview](webbrowser-control-overview.md) Explains what this control is and its key features and properties. [WebBrowser Security](webbrowser-security.md) Explains security issues related to the control. [How to: Navigate to a URL with the WebBrowser Control](how-to-navigate-to-a-url-with-the-webbrowser-control.md) Demonstrates how to use the control to navigate to a specific URL. [How to: Print with a WebBrowser Control](how-to-print-with-a-webbrowser-control.md) Demonstrates how to print a Web page without displaying it. [How to: Add Web Browser Capabilities to a Windows Forms Application](how-to-add-web-browser-capabilities-to-a-windows-forms-application.md) Describes how to initialize the control for use as a Web browser. [How to: Create an HTML Document Viewer in a Windows Forms Application](how-to-create-an-html-document-viewer-in-a-windows-forms-application.md) Describes how to initialize the control for use as an HTML viewer. [How to: Implement Two-Way Communication Between DHTML Code and Client Application Code](implement-two-way-com-between-dhtml-and-client.md) Describes how to set up two-way communication between your application code and DHTML in a Web page hosted by the control. [Using the Managed HTML Document Object Model](using-the-managed-html-document-object-model.md) Provides topics that describe how to manipulate or create HTML pages hosted by the control. ## Reference class Describes this class and has links to all its members. Describes this class and has links to all its members. Describes this delegate. Describes this enumeration and all its values. Describes this class and has links to all its members. Describes this delegate. Describes this class and has links to all its members. Describes this delegate. Describes this class and has links to all its members. Describes this delegate. Describes this enumeration and all its values. Describes this enumeration and all its values. ## See also - [Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md)