Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Windows Forms WebBrowser
control hosts webpages and provides web browsing capabilities to your application.
In This Section
WebBrowser Control Overview
Explains what this control is and its key features and properties.
WebBrowser Security
Explains security issues related to the control.
How to: Navigate to a URL with the WebBrowser Control
Demonstrates how to use the control to navigate to a specific URL.
How to: Print with a WebBrowser Control
Demonstrates how to print a Web page without displaying it.
How to: Add Web Browser Capabilities to a Windows Forms Application
Describes how to initialize the control for use as a Web browser.
How to: Create an HTML Document Viewer in a Windows Forms Application
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
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
Provides topics that describe how to manipulate or create HTML pages hosted by the WebBrowser control.
Reference
WebBrowser class Describes this class and has links to all its members.
WebBrowserDocumentCompletedEventArgs Describes this class and has links to all its members.
WebBrowserDocumentCompletedEventHandler Describes this delegate.
WebBrowserEncryptionLevel Describes this enumeration and all its values.
WebBrowserNavigatedEventArgs Describes this class and has links to all its members.
WebBrowserNavigatedEventHandler Describes this delegate.
WebBrowserNavigatingEventArgs Describes this class and has links to all its members.
WebBrowserNavigatingEventHandler Describes this delegate.
WebBrowserProgressChangedEventArgs Describes this class and has links to all its members.
WebBrowserProgressChangedEventHandler Describes this delegate.
WebBrowserReadyState Describes this enumeration and all its values.
WebBrowserRefreshOption Describes this enumeration and all its values.
See also
.NET Desktop feedback