Month: August 2016

Using the Gecko Web Browser in a C# Winforms Project

Some particularly useful links:http://stackoverflow.com/questions/8778320/how-to-use-gecko-in-c-sharp https://xinyustudio.wordpress.com/2015/07/04/embedding-web-browsers-in-winform-applications/#more-3695See this link if you’re interested in using Gecko in a WPF project:https://www.technical-recipes.com/2017/using-the-gecko-web-browser-in-wpf/Installing and using the latest GeckoFX-45.01. Create a new WinForms application:2. Install the GeckoFX …
`