Skip to content Skip to sidebar Skip to footer
Showing posts with the label Winforms

Disable Javascript In Winforms Webbrowser Control?

How could I disable javascript entirely on WebBrowser in WinForms? Solution 1: You can't. Clie… Read more Disable Javascript In Winforms Webbrowser Control?

What Is The Recommended Way To Call A Javascript Function From C# Using The Winforms Geckofx Control?

The questions says it all. I have everything wired up and know how to send messages from the browse… Read more What Is The Recommended Way To Call A Javascript Function From C# Using The Winforms Geckofx Control?

Permission Denied After Window.open() In Ie7

We have a winforms application with an embedded IE control. In this IE control, we run a web applic… Read more Permission Denied After Window.open() In Ie7

Winforms Host Javascript Content

Is it possible to host and run advanced javascript, such as this, directly on a WinForms applicatio… Read more Winforms Host Javascript Content

Object Doesn't Support Property Or Method Webbrowser Control

I have developed a mobile app (in asp.net) and I am using a WinForms application with the WebBrowse… Read more Object Doesn't Support Property Or Method Webbrowser Control

Webbrowser Control Does Not Complete Loading When Javascript:void(0) Called

I have an application in C# which uses a WebBrowser control. On one page the user can click a butt… Read more Webbrowser Control Does Not Complete Loading When Javascript:void(0) Called