Top "Webbrowser-control" questions

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

Change IE mode for Webbrowser control

I have IE10 installed on my machine and am trying to access a web application which I do not own. …

.net webbrowser-control ie8-browser-mode
How to run Selenium system tests without requiring to open the browser?

I have a test method created using Selenium, something similar to this: [TestFixture] public class Test_Google { IWebDriver driver; [SetUp] …

testing selenium windows-services webbrowser-control system-testing
How do I save a web page to image

I have a WebBrowser control and I want to save the whole page viewed to image (any web page). I …

c# .net winforms webbrowser-control mshtml
Web Browser to handle pop ups within the application

I am trying to use the WebBrowser control to launch a new form for popups instead of it opening in …

browser webbrowser-control vb.net-2010 popupwindow axwebbrowser
Opening TWebBrowser link in default browser

My application displays a small banner loaded from the web in a TWebBrowser control. This banner is actually a HTML …

delphi browser webbrowser-control delphi-xe2 banner
How to enable inPrivate mode in the WebBrowser control

I have to make a IE type browser with some extra features on it. In Visual Studio, we have a …

c# winforms web-applications webbrowser-control
Using XPath and WebBrowser Control to select multiple nodes

In C# WinForms sample application I have used WebBrowser control and JavaScript-XPath to select single node and change that node .…

c# javascript xpath webbrowser-control evaluate
Prevent scrollbars with WPF WebBrowser displaying content

I'm using the WPF WebBrowser component to display some very simple HTML content. However, since I don't know the content …

c# wpf webbrowser-control scrollbar
How does SO's form remember previous input values?

I've noticed that the Title or Body part is remembered if I come back to the Ask Question page by …

html forms webbrowser-control browser-cache
How to add a reference to mshtml version 9 in .NET

I want to use some of the new features of mshtml.dll version 9.0 such as IHTMLCSSRule. The interop version in …

.net internet-explorer-9 webbrowser-control mshtml