Top "Webbrowser-control" questions

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

How to deactivate "right click" on WPF Webbrowser Control?

I can't seem to find an answer to this. Does anyone know? Thanks

c# wpf webbrowser-control
Security Level for WebBrowser control

I am trying to migrate an .hta application to a C# executable. Of course, since it's an .hta the code …

c# activex webbrowser-control hta
WebBrowser control keyboard and focus behavior

Apparently, there are some serious keyboard and focus issues with WPF WebBrowser control. I've put together a trivial WPF app, …

wpf keyboard wpf-controls focus webbrowser-control
How to detect Javascript execution in WebBrowser control

I have a WebBrowser control in my C# application. The web browser is under the user's control, that is, he …

javascript c# browser webbrowser-control dom-events
Get ReadyState from WebBrowser control without DoEvents

This has been awnsered many times here and at other sites and its working, but I would like ideas to …

c# .net webbrowser-control readystate doevents
how to dynamically generate HTML code using .NET's WebBrowser or mshtml.HTMLDocument?

Most of the answers I have read concerning this subject point to either the System.Windows.Forms.WebBrowser class or …

c# javascript html webbrowser-control dynamic-html
CefWebBrowser doesn't show up

Solution: This issue is caused by not loading the CefRuntime in the Program.cs. Simply copying all code in the …

c# winforms webbrowser-control chromium chromium-embedded
Application that uses WebBrowser control crashes after installing IE9

I've installed IE 9 last week and since, my c# .net application crashes about 20% of times. The debugger is unable to …

c# .net winforms webbrowser-control internet-explorer-9
How should an array be passed to a Javascript function from C#?

I use a WebBrowser object from WPF and I'm calling some Javascript code in the page loaded in the browser …

c# javascript webbrowser-control
CefSharp.wpf web browser navigated event (C# .Net)

Is it possible to hook up an event like Navigated with the Webbrowser control (built-in)? I need to perform oAuth …

c# wpf oauth-2.0 webbrowser-control cefsharp