Does anyone know how I get the full page height and width in GeckoFX? In the IE WebBrowser object, I ca开发者_开发百科n look at WebBrowser.Document.Body.ScrollRectangle.
I\'m having issues grasping how exactly to handle threads when using GeckoFX- it seems to throw errors constantly when trying to use the GeckoWebBrowser in other threads.
I was really excited when I found GeckoFX last month.My employer wants to distribute an embedded browser with our desktop application (to smooth the transition from desktop-based apps to web-based app
using GeckoFX web browser, is it possible to pass a GeckoElement through JavaScript like this, WebBrowser.Navigate(\"javascript:void(\"+ele.DomObject+\".onclick())\");
I use GeckoFX to render some web application\'s GUI. There are many repetitive small 16x16 images here and there injected into single HTML page by javascript.
I am starting out a pretty simple project - essentially a web browser with a hard-coded URL for public terminal use. That is to say, it WOULD HAVE been simple if the C# web browser control didn\'t mak
I am trying to set the proxy username and password.I saw this posting (http://geckofx.org/viewtopic.php?id=832) 开发者_运维问答and I thought it might be a similar setting for the username/password, su
I am using GeckoFX version 1.9.1.0 with C#.NET. I have a placed a GeckoWebBrowser Component (geckoWebBrowser1) and a Button (button1) in a fo开发者_如何学Crm and have navigated the browser to a page.
i am looking for a way to store a complete directory including sub directories in an application\'s resource and not have to extract it to use it.