Top "Webbrowser-control" questions

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

Best Way to Render HTML in WinForms application?

I have a WinForms application, running on .net 3.5. This Application generates HTML on the fly, which includes the complete document, …

c# html .net winforms webbrowser-control
Chrome/ Firefox Alternative to TWebBrowser Control

I have a Delphi app that shows a group of webpages in a TWebBrowser control. Its a kiosk type app …

delphi webbrowser-control twebbrowser
Getting webbrowser cookies to log in

I am creating an windows forms app, where I have a webbrowser control. After user logs in with the webbrowser, …

c# .net cookies webbrowser-control
using Interop.SHDocVw.dll Where can i find this namespace/dll at?

I've done this before, I don't remember if i downloaded the DLL from off the net or something but i …

dll reference webbrowser-control namespaces shdocvw
Set the focus to a HTML Textbox or Button in a WebBroswer control

I am opening a website in a WebBrowser control using VB.NET 2008. On the fourth page of the website, I …

vb.net tabs webbrowser-control setfocus
Why a RaceOnRCWCleanup error when closing a form with WebBrowser control on it?

VS2008, .NET 2, VB.NET, XP ... I have a Windows form, with a WebBrowser control and a Close button, which just …

.net winforms webbrowser-control rcw
How to handle Javascript events via WebBrowser control for WinForms

I have read WebBrowser Control from .Net — How to Inject Javascript, Is it possible to call Javascript method from C# …

javascript winforms webbrowser-control dom-events
WebBrowser.DrawToBitmap() or other methods?

I am trying to capture the content of the WebBrowser control. DrawToBitmap() would work perfectly, but it is not supported …

c# .net html vb.net webbrowser-control
How to fix "The requested resource is in use. (Exception from HRESULT: 0x800700AA)"

How can I solve this error? "The requested resource is in use. (Exception from HRESULT: 0x800700AA)". This appears while …

c# .net webbrowser-control
How do I display a popup from a WebBrowser in another window I created?

I am trying to implement a simple web browser control in one of my apps. This is to help integrate …

c# webbrowser-control mdiparent