Problem : I’m using a winforms webbrowser control to display some content in a windows forms app. I’m using the […]
Tag: webbrowser-control
How to set and delete cookies from WebBrowser Control for arbitrary domains
Problem : How can I set and delete cookies for a domain in webbrowser control without using Javascript (which doesn’t […]
Using jQuery in WinForms desktop app?
Problem : We have a WinForms desktop application that uses the .NET 2.0 framework WebBrowser control quite extensively for displaying […]
Scrolling WebBrowser programmatically sometimes doesn’t work
Problem : I’m using the System.Windows.Forms.WebBrowser control and I need to do programmatically scrolling. For example, I use this code […]
List replies in a winform
Problem : In my C# app I get an xml from a server that contains some replies like in a […]
How to invoke custom Javascript in System.Windows.Forms.WebBrowser?
Problem : I’m loading third party webpage that contains following code <script type=”text/javascript”> onDomReady(function() { some_code1; }); </script> into WebBrowser […]
Print functionality in WebView2 control
Problem : Thanks in Advance ! In my application, I have embedded a WebView2 control inside a WPF usercontrol. Is […]
Send credentials to WebBrowser
Problem : I have a webbrowser control that navigates to sharepoint port. How can i send credentials to webbrowser control, […]
How to simulate mouse click with the WebBrowser control
Problem : Using the WebBrowser control I am able to call an event when the mouse button is manually clicked, […]