This tag refers to the WebBrowser ActiveX Control (native) and for Windows Forms or WPF applications (.NET).
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-controlHow can i set the WPF webbrowser controls to render pages in iE10 mode or the higher version installed on …
wpf wpf-controls webbrowser-controlI'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-11My 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-pluginI have a textBox and a webBrowser control in my Windows Forms application. Whenever a user enters a HTML code …
c# .net winforms webbrowser-controlI 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-applicationI 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 iwebbrowser2I POST to website's JSON-response URL using WebBrowser.Navigate(). All goes well, including the webBrowser1_DocumentCompleted() event handler being called. …
c# json webbrowser-controlIn my application, I have a form that contains a browser control in which I display an SSRS report. I …
c# reporting-services browser webbrowser-controlI have seen several threads on StackOverflow concerning this topic, however none of them seem to provide an answer. I …
c# wpf webbrowser-control loaded