Top "Webbrowser-control" questions

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

What is the best way to display HTML content on a Windows Form?

I want to display an HTML formatted content in my application preferably inside a Web Browser control. I could create …

html vb.net webbrowser-control
Is it possible to transfer authentication from Webbrowser to WebRequest

I'm using webbrowser control to login any site. And then i want to download some sub page html using WebRequest (…

c# httpwebrequest webbrowser-control webclient
C# WebBrowser Ajax call

I am using a WebBrowser control embedded in a C# WPF .NET4 app. Whenever I press manually the button in …

c# webbrowser-control
C# WebBrowser Control Proxy

How to implement Proxy in C# WebBrowser control/Component. What I want to know, is how to implement proxy, so …

c# proxy webbrowser-control
How to programmatically turn off quirks mode in IE8 WebBrowser control?

I want to use IE8 as a WebBrowser control in a C# application. How can I disable "quirks mode" and …

c# internet-explorer-8 webbrowser-control standards-compliance quirks-mode
GetElementsByTagName in Htmlagilitypack

How do I select an element for e.g. textbox if I don't know its id? If I know its …

c# webbrowser-control html-agility-pack getelementsbytagname
Getting WebBrowser Control To Work In Console Application?

I have a printer class that is capable of printing HTML via the WebBrowser object. I want to be able …

c# .net webbrowser-control console-application
Retrieving Selected Text from Webbrowser control in .net(C#)

I've been trying to figure out how to retrieve the text selected by the user in my webbrowser control and …

c# winforms webbrowser-control
Allowing javascript to run on a windows form web browser

I want to use a Web Browser to access a website that uses JavaScript on load. I understand that Web …

c# javascript webbrowser-control windows-forms-designer
How to inject CSS in WebBrowser control?

As per my knowledge,there is a way to inject javascript into the DOM. Below is the sample code that …

c# .net winforms webbrowser-control