Top "Webbrowser-control" questions

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

IE 11 WebGL performance slow when using WebBrowser control

I'm trying to embed Cesium in a WebBrowser control inside of a WinForms or WPF application (using IE 11). As a …

wpf winforms internet-explorer webbrowser-control webgl
Getting HTML body content in WinForms WebBrowser after body onload event executes

I have a WebBrowser control in WinForms whose URL property is set to an external webpage. I also have an …

c# html winforms webbrowser-control onload
Is there an MVVM-friendly way to use the WebBrowser control in WPF?

Thanks to this question (click me!), I have the Source property of my WebBrowser binding correctly to my ViewModel. Now …

wpf data-binding xaml mvvm webbrowser-control
Is there a web browser component for use in FireMonkey application?

For Delphi VCL there is TWebBrowser and some 3rd party components like TEmbeddedWebBrowser available for browsing a web. Is there …

delphi webbrowser-control delphi-xe2 firemonkey
WebBrowser HtmlElement.GetAttribute("href") prepending hostname

My Windows Forms application hosts a WebBrowser control that displays a page full of links. I'm trying to find all …

c# .net winforms webbrowser-control mshtml
Disable Cookie read/write in webbrowser c# application

I want websites to not able to read cookies or write new cookies in a webbrowser c# control application. I …

c# cookies webbrowser-control session-cookies httpcookie