Introduction
Installation
Guides
- Engine
- Profile
- Browser
- BrowserView
- Navigation
- Content
- Context menu
- DOM
- JavaScript
- Pop-ups
- Dialogs
- Downloads
- Network
- Cache
- Cookies
- Proxy
- Authentication
- Permissions
- Plugins
- Printing
- Passwords
- User data profiles
- Credit cards
- Media
- Zoom
- Spell checker
- Deployment
- Chromium
Troubleshooting
- Logging
- Common exceptions
- Application does not terminate
- Video does not play
- Cannot sign in to Google account
- User data is not stored
- Color scheme
- Startup failure
- Slow startup on Windows
- Unresponsive .NET Application
- Unexpected Chromium process termination
- Unexpected behavior
- Windows 7/8/8.1 end of support
Migration
Installing from VSIX
This guide describes how to add DotNetBrowser BrowserView control to Visual Studio ToolBox.
WinForms
To add the DotNetBrowser BrowserView control to the Visual Studio Toolbox, download and install the required VSIX package:
DotNetBrowser
DotNetBrowser x64
DotNetBrowser x86
DotNetBrowser ARM64
After completing installation, the BrowserView control will appear in the VS ToolBox and can be dragged and dropped onto the form:
BrowserView control also appears in the VS ToolBox after installing the corresponding DotNetBrowser.WinForms
NuGet package.
WPF
There is no VSIX package for WPF applications.
To add the DotNetBrowser BrowserView control to the Visual Studio Toolbox, install the appropriate DotNetBrowser.Wpf
NuGet package.
After installing the above package, you will see BrowserView control in VS ToolBox. It can be dragged and dropped onto the Grid: