Sign in Sign up
nuget

Geckofx45

library that allows embeding gecko in C# applications. Example Usage: [STAThread] static void Main(string[] args) { Xpcom.Initialize("Firefox"); var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill}; Form f = new Form(); f.Controls.Add(geckoWebBrowser); geckoWebBrowser.Navigate("www.google.com"); Application.Run(f); }

nuget View on Nuget

Activity

Latest release
8y ago
Total releases
24
Cadence
~10 days
Last 12 months
0

Details

First release
Jan 18, 2016
Releases
Version Released
45.0.34 patch
45.0.33 patch
45.0.32 patch
45.0.31 patch
45.0.30 patch
45.0.28 patch
45.0.27 patch
45.0.26 patch
45.0.25 patch
45.0.24 patch
45.0.22 patch
45.0.20 patch
45.0.19 patch
45.0.18 patch
45.0.10 patch
45.0.9 patch
45.0.8 patch
45.0.7 patch
45.0.6 patch
45.0.5 patch
45.0.4 patch
45.0.3 patch
45.0.2 patch
45.0.1 initial