Top "Webbrowser-control" questions

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

C# how to wait for a webpage to finish loading before continuing

I'm trying to create a program to clone multiple bugs at a time through the web interface of our defect …

c# webbrowser-control
How can I hide the Adobe Reader toolbar when displaying a PDF in the .NET WebBrowser control?

I am trying to load a PDF document inside a .NET web browser control. In versions of Adobe Reader prior …

.net pdf webbrowser-control acrobat adobe-reader
Will the IE9 WebBrowser Control Support all of IE9's features, including SVG?

I recently upgraded to IE9-beta. Now, In my .Net (3.5) WinForm application I want to use WebBrowser control. So my …

c# .net-3.5 browser webbrowser-control internet-explorer-9
Changing the user agent of the WebBrowser control

I am trying to change the UserAgent of the WebBrowser control in a Winforms application. I have successfully achieved this …

c# winforms webbrowser-control user-agent
Use Chrome engine in WebBrowser control WinForms

Can you use Chrome Web Browser webkit engine in WebBrowser control in WindowsForms?

winforms google-chrome webkit webbrowser-control
How do I open a web browser (URL) from my Flutter code?

I am building a Flutter app, and I'd like to open a URL into a web browser or browser window (…

flutter dart url browser webbrowser-control
How to delete Cookies from windows.form?

I am working with the Webbrowser control on a windows.form application written in C#. I would like to write …

c# cookies webbrowser-control
How do I turn off Compatibility View on the IE WebBrowserControl in a WinForms app?

In my WinForms app, if I use a WebBrowser control, it seems to be forced into compatibility mode. How can …

winforms internet-explorer browser webbrowser-control cross-browser
Add new Microsoft Edge to web browser control?

The new Windows 10 with Microsoft Edge has arrived. I want to ask you, how can I add it to my …

c# webkit webbrowser-control windows-10 microsoft-edge
Open link in new TAB (WebBrowser Control)

Does anybody know how to click on a link in the WebBrowser control in a WinForms application and then have …

c# .net winforms webbrowser-control tabcontrol