Training
Module
Web automation in Power Automate for desktop - Training
This module covers the browser automation actions in Power Automate for desktop.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Windows Forms WebBrowser
control hosts webpages and provides web browsing capabilities to your application.
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.
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.
.NET Desktop feedback feedback
.NET Desktop feedback is an open source project. Select a link to provide feedback:
Training
Module
Web automation in Power Automate for desktop - Training
This module covers the browser automation actions in Power Automate for desktop.
Documentation
Add web browser capabilities to app - Windows Forms .NET Framework
Learn how to add web browser capabilities to a Windows Forms application with the WebBrowser control.
Create an HTML Document Viewer in a Windows Forms app
Learn how to create an HTML document viewer in a Windows Forms application to display and print HTML documents without a web browser.
How to: Navigate to a URL with the WebBrowser Control - Windows Forms .NET Framework
Learn how to use the Windows Forms WebBrowser.Navigate control to navigate to a specific URL. Also learn how to determine when the new document is loaded.