Today I faced a very strange problem with GeckoBrowser, after navigating a page I simply need to grab all the HTML of the page to analyze it. I try to access the GeckoBrowser.Document.TextContentv property but it is always null. I searched on the web and found this discussion but it does not work, because the [...]

Continue reading about GeckoFX for c#, strange behavior

I works quite often in last months with WPF programs that need to include a browser control, and the obvious choice is using WebBrowser control. In last days we need to use Gecko Browser, because we like the ability to customize it and to make possible for the user to look at a site with [...]

Continue reading about WebBrowser control and Gecko Browser control in a single UI