Top "Webbrowser-control" questions

This tag refers to the WebBrowser ActiveX Control (native) and for Windows Forms or WPF applications (.NET).

How to get around the memory leak in the .NET Webbrowser control?

This is a widely-known, old issue with the .NET Webbrowser control. Summary: Having the .NET webbrowser control Navigate to a …

.net memory memory-leaks browser webbrowser-control
Set WPF webbrowser control to use IE10 mode

How can i set the WPF webbrowser controls to render pages in iE10 mode or the higher version installed on …

wpf wpf-controls webbrowser-control
How can I get the WebBrowser control to show modern contents?

I've created a Winforms app that uses a WebBrowser control; I dynamically assign its Uri. It worked fine for awhile, …

c# .net winforms webbrowser-control internet-explorer-11
How do I develop browser plugins with cross-platform and cross-browser compatibility in mind?

My company currently has a product which relies on a custom, in-house ActiveX control. The technology it employs is itself …

cross-browser cross-platform activex webbrowser-control browser-plugin
How to open a link in webBrowser control in external browser?

I have a textBox and a webBrowser control in my Windows Forms application. Whenever a user enters a HTML code …

c# .net winforms webbrowser-control
How to cancel Task await after a timeout period

I am using this method to instantiate a web browser programmatically, navigate to a url and return a result when …

c# .net webbrowser-control task-parallel-library console-application
WebBrowser control gives the error INET_E_DOWNLOAD_FAILURE

I am using extended web browser control in my application. I am getting the error as "INET_E_DOWNLOAD_FAILURE" (…

c# .net vb.net webbrowser-control iwebbrowser2
How to capture JSON response using WebBrowser control

I POST to website's JSON-response URL using WebBrowser.Navigate(). All goes well, including the webBrowser1_DocumentCompleted() event handler being called. …

c# json webbrowser-control
WebBrowser Control - Prevent Right-Click

In my application, I have a form that contains a browser control in which I display an SSRS report. I …

c# reporting-services browser webbrowser-control
C# WPF - Waiting for page to load

I have seen several threads on StackOverflow concerning this topic, however none of them seem to provide an answer. I …

c# wpf webbrowser-control loaded