GeckoFX is a Windows Forms control written in clean, commented C# that embeds the Mozilla Gecko browser control in any Windows Forms Application. It also contains a simple class model providing access to the HTML and CSS DOM.

learn more… | top users | synonyms

0
votes
0answers
9 views

GeckoFX load image from stream

Is there any way to load page images from stream? My application generates html file with many references to the images <img>. Becouse the images are located in compressed archive, I have always ...
0
votes
0answers
13 views

Geckofx - override local file path programmatically

I need to display in my applicaiton (geckofx control) local images using <img> tags. I set my images local folder path in chrome.manifest: resource myalias file:///D:/ And it works fine - but ...
0
votes
1answer
17 views

How to get link clicked event in geckofx18?

I am writing a tabbed web browser in Visual Basic and cannot figure out how to get the link address from a web page so I can open it in a new tab.
0
votes
2answers
26 views

How to Set Outhtml for Gecko Browes in C#

I want to display swf files on webbrowser. as I know that I cant do that with MS Webbrowser so I am using gecko and I tried to open a website and swf file worked. But there is one problem, I want to ...
0
votes
0answers
11 views

Gecko FX Find Funciton .Net

I want to ask if how will i implement a find function in this browser using .net framework. i am using c#.net and finding ways to implement this function. would be happy to see a reply from all the ...
0
votes
1answer
45 views

C# GeckoFX Proxy Doesn't Set

I am trying to set proxy in GeckoFX (Version 18.0.1.0). And Visit http://www.ipchicken.com/ to check if its work or not. But it won't work for me! I tried Google as well but don't sucessed. Here is my ...
0
votes
0answers
37 views

Windows VPS using multiple IP's from C# WebRequests

I am considering purchasing a vps with multiple public ip's. How does one select programatically which ip to send web requests from using C#? Can this be configured with a HttpWebRequest object or ...
3
votes
1answer
62 views

Why my GeckoFX browser doesn't load videos?

I'm using C# + GeckoFX-18.0 (bitbucket.org/geckofx) for developing a web browser, but when I visit a page which contains a video, it simply doesn't load the video - the area of the video stays all ...
0
votes
0answers
59 views

WebKit.NET and GeckoFX Not Displaying HTML5 Properly

This is what Google looks like in Chrome and Firefox: This is what it looks like in both WebKit .NET and GeckoFX: Also, I would just like to point out I'm using the newest version of both ...
0
votes
0answers
44 views

Geckofx control- how website developers will find are we using webbrowser control or Normal firefox browser

I am developing c# windows application which uses GeckoFx webrowser control, to automate some process(clicking some links). My question is, How the website developers will come to know that am I ...
0
votes
1answer
81 views

Gecko for windows forms and geolocation. How to accept request for share my location?

My main purpose is get my current geolocation. I've tried to do it with standart control "WebBrowser" but geolocation is not supported by it. So now I'm trying to implement Gecko wrapper ...
-1
votes
1answer
28 views

About:config - always_print_silent in geckofx [closed]

Is print.always_print_silent not show in about:config and not show the context menu for add, how add this config in geckofx 18 web browser c#?
0
votes
0answers
35 views

Login to a secured website using geckofx

I want to automate some works like report download etc from a secured website. So Can i login to a secured website having SSL using geckofx browser control? If possible then how can i do it? I also ...
0
votes
1answer
116 views

How do I handle file downloads in GeckoFX?

I am using the latest GeckoFX 18 (hindlemail's fork) and have tried hard to achieve this simple method : Handle file downloads. I want to know if there is a file download happening in the ...
0
votes
2answers
545 views

How to call C# method in javascript by using GeckoFX as the wrapper of XULRunner

I am using GeckoFX16 and xulrunner-16.0.2.en-US.win32 in my project. The thing is, i want to call C# method in javascript. I am curious about if there is a way to do this? just like bellow: C# ...
0
votes
0answers
137 views

GeckoFX How to detect webBrowser.IsBusy after Click()

On clicking an element, the browser may or may not initiate a request to load a new document. I'd like to implement some logic that clicks an element and then waits until the next page is loaded, or ...
0
votes
1answer
104 views

skybound.geckofx offline browsing C# .net 4.0 winforms

I am using skybound.geckofx .net wrapper to show stored web content in my winforms app. Some of this pages has links and js refers to online content. Is any simple way to disable downloading online ...
0
votes
1answer
183 views

geckofx button click

i have integrated skybound gecckofx into my application . i am able to fill up textbox GeckoElement username = null; username = checkDoc.GetElementById("ctl00_contentPlaceHolder_txtUserName"); ...
2
votes
0answers
93 views

Click GeckoAnchorElement in GeckoIFrameElement or change OffsetLeft of GeckoIFrameElement

In the page I browse with GeckoWebBrowser, there's a iframe. I can set a GeckoIFrameElement reference on it, access all of the elements. But when I call a Click() on a GeckoAnchorElement in the iframe ...
0
votes
1answer
86 views

Syntaxerror on downloaded geckofx-18.0-package, how to solve?

If I download the source-package of following GeckoFX-Framework 18.0 https://bitbucket.org/geckofx/geckofx-18.0, open the Geckofx-Core with Visual Studio 2008 and then try to compile it, I got the ...
0
votes
1answer
58 views

layout engine for .net with html5 support and such

I am looking for a layout engine such as geckofx or webkit.net, which is up to date! the two i've named are outdated for a long time! is there any alternative or even a update for the ones named?
1
vote
2answers
51 views

How to copy automatically needed files from any dir to release- or debug-directory in Visual Studio 8

I'm using Visual Studio 2008 and the imported GeckoFX-Framework in one of my projects. Since the Geckofx-13.0.dll uses the XUL-Runner itself, it's mandatory to have those files also in the ...
1
vote
1answer
106 views

Skybound GeckoFX set host field

For debugging I need to manipulate the host-field in HTTP-Request of the GeckoFX Webbrowser control. Does anyone know how I can do it?
1
vote
1answer
307 views

How to set user agent in GeckoFX?

After using the webbrowser control for some time, I decided to give gecko a try, because of the webbrowser's problems that I've experienced, low speed and degrading performance. I downloaded the ...
0
votes
1answer
339 views

example of GeckoFX

I downloaded GeckoFX (ver 16), the XULRunner Dotnet wrapper to use in a winForms (VB.NET) application, but there are no instructions on usage anywhere (just the Initialize command). I added the ...
0
votes
1answer
128 views

add spell check to contextmenu in Geckofx

I am trying to integrate Mozilla Firefox into C# winform application. i downloaded the xulrunner(v1.1.19) and geckofx Everything is running fine but i want to add default Mozilla dictionary/spelling ...
0
votes
1answer
282 views

GeckoFX: Cast GeckoNode to GeckoHTMLElement

I simply need to do a Click on the first Child of an Element identified by a unique Class. My Code so far is: geckoWebBrowser.Document.GetElementsByClassName("button")[0].FirstChild.Click(); The ...
0
votes
0answers
68 views

geckofx document_completed eventhandle fires many times

i use geckofx15. In my project, after geckoWebBrowser finish loading a site, i use geckoWebBrowser.Document_Completed event to get information of which web i've loaded. So the code is: ...
0
votes
1answer
341 views

Check if cookie exists #2

Trying to start with VB.Net and having problem We have such a Class in C#. How to check if cookie exist? Exactly, how to set input object "Cookie" for a function CookieExist? How to create it using ...
0
votes
1answer
148 views

Wait till the GeckoFX Webbrowser has loaded

I want to automate a few tasks on my website with GeckoFX for some testing. That should happen when I click a button and everything should be automated after that button click. This includes clicking ...
0
votes
0answers
34 views

Geckofx15 GetAttribute do not work for me

my code very simple GeckoElementCollection _tr = myBrowser.Document.GetElementsByTagName("tr"); textBox1.Text = _tr.Count().ToString(); foreach (GeckoElement trTag in _tr) ...
1
vote
1answer
316 views

Visual studio 2010 c# form post data to php page using geckoWebBrowser?

i was wondering how to post data from c# form to a php using geckoWebBrowser? I have done it with IE browser on form public Form1() { InitializeComponent(); String postdata = ...
0
votes
1answer
574 views

GeckoFX - Get GetHtmlElementById

I've Been struggling with this for over 5 hours now Example: <div id='xx'>content</div> How can i access Content of that div via GetHtmlElementById or any other solution based on ...
1
vote
1answer
249 views

How do I change GeckoFx proxy settings?

I'm using GeckoFx version 1.9.1.0, Mozilla XULRunner version 12.0.
2
votes
1answer
123 views

Geckofx with non ui app

I'm new to geckofx, and wonder if i can use it in non ui app like windows console or just a web service. It will be run background to get html content? I've been using web-browser but cannot stop ...
2
votes
1answer
308 views

How to know if the browser REALLY finished browsing

I'm usually get to know if the browser has finished loading with DocumentCompleted event. But lately, When I'm trying site like http://youtube.com, the documentcompleted event is firing up more than ...
1
vote
0answers
201 views

WPF application using Geckofx-15 inside WindowsFormsHost

I have wpf application which uses geckofx inside WindowsFormshost to display websites sometimes GeckoWebBrowser becomes not reponsive specially when loading heavy pages I know how to run Window in ...
0
votes
1answer
204 views

GeckoFx-14 PromptService is not working

I was testing the GeckoFxTest project which was given with main geckofx source file. But when I was testing the customPrompt for private proxies, unfortunately its not working. I uncommented these ...
0
votes
1answer
138 views

GeckoFX showing error when disposing

I am using GeckoFX 13 for my desktop application. So I have a main form which is opening another form with GeckoWebBrowser when required. I am using another Gecko browser into my main form also. ...
0
votes
0answers
145 views

Facebook Like button doesn't work in GeckoFX browser

I wanted to implement the Facebook Like button into my C# application using the Web Browser control but i encountred a problem with Internet Explorer (After clicking on like button, the facebook login ...
0
votes
0answers
378 views

Setting cookies for the GeckoFX web browser?

How do you set the cookies for the Gecko web browser? I know that I have to call: geckowebbrowser.Document.Cookie = ...; but you need to set the cookies globally too. For example, in the .NET ...
0
votes
0answers
105 views

geckofx change response data

Ive decided to robust my application. Now I am changing response data using local proxyserver that starts in a separate thread of my app/ But it really slows things when browsing, so I decided to use ...
1
vote
1answer
1k views

c# Using GeckoFx 14 How to get started?

I am looking at this site : https://bitbucket.org/geckofx/geckofx-14.0 I don't know anything about GeckOFX, so downloading the the zip file I make references to Geckofx-core-14 and ...
1
vote
1answer
196 views

geckofx GeckoElementCollection don't work for me

I am new to c #, I'm trying to do small experiments with geckofx. I can navigate, but I have a problem with the DOM of html. I don't understand why this simple piece of code does not write the links ...
0
votes
0answers
246 views

how to give navigation time to geckowebbrowser before navigate anoter time

i am creating simple webpage reloader program. i want to reload a web page few times. In my program i am using gecko webbrowser control, and i am using a progressBar as pege reload progress. what i ...
0
votes
3answers
626 views

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 browser html to c#, but not the other way. I should be able to do something like: ...
1
vote
1answer
442 views

GeckoFX and C# ! Error on clicking on a button to delete a file

I have 2 problems with combining GeckoFX and C#. 1.When i clicks on a button,my application is going to open a OpenFileDialog(generated by C# code) to change src attribute of a img tag.I use a ...
0
votes
1answer
143 views

Chrome.manifest resource file not loading certain files for Gecko Webbrowser

I am using the Gecko Webbrowser plug in adding resources in the chrome.manifest file (actually the binary.manifest file but this is loading by the former), I am having an issue where I only seem to be ...
0
votes
0answers
197 views

how to use GeckoFX component in windows services

Example code: protected override void OnStart(string[] args) { string path = System.IO.Path.Combine(Application.StartupPath, "xulrunner"); Xpcom.Initialize(path); ...
0
votes
2answers
270 views

how to get downloaded image in GeckoFX browser?

How to get image from the page in GeckoFX browser? I know i can simply get value of 'src' attribute and then use WebClient to donwload the file, but I need to get it from the browser, because ...

1 2