Top "Webbrowser-control" questions

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

WebBrowser control page load error

I have WebBrowser control on my winform. When I try navigate to some web-site I get standard IE error pages …

c# .net winforms webbrowser-control
OLE Container for .NET

I'm working on a project that requires me to load an OLE object and render it in a .NET WinForm …

c# winforms activex webbrowser-control ole
How do I add a local script file to the HTML of a WebBrowser control?

This seems really dumb. I've tried a bunch of different ways and it's just not working. I have a WinForms …

c# javascript html webbrowser-control
How to clear WebBrowser control in WPF

I'm using the code from the following link: Displaying html from string in WPF WebBrowser control It works well except …

c# wpf webbrowser-control
How to disable click sound in WebBrowser Control

I use Javascript to click a link in the webbrowser control. But I don't want to hear IE's "click" sound. …

.net winforms audio webbrowser-control
How to set and delete cookies from WebBrowser Control for arbitrary domains

How can I set and delete cookies for a domain in webbrowser control without using Javascript (which doesn't allow to …

c# .net winforms webbrowser-control
WebBrowser Control IE8 Compatibility Mode On/Off Switch

I am having a IE8 compatibility issue while using the WebBrowser control to navigate to a website. The strange thing …

c# css internet-explorer-8 webbrowser-control compatibility-mode
CSS Firefox - How to deactivate the dotted border ( firefox click indicator )?

This click indicator is a disgusting piece for my recent web projects.. I hate this! - How can I say …

css firefox browser webbrowser-control
WebBrowser control - ignore SSL errors

Many hours of searching has not lead to an answer. We're looking for a way that a .NET WebBrowser control …

internet-explorer webbrowser-control
MS WebBrowser + Embedded HTML Resource + res:// Protocol

I have an embedded HTML resource (helloworld.htm) inside my Visual Studio project. (Ie, I've added an HTML file to …

html webbrowser-control embedded-resource