Skip to main content
geckofx avatar

geckofx

NuGet publisher profile

Packages
12
Total Downloads
804.6K
804,597

Packages (12)

Geckofx45 package icon

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); }

240.5K
downloads
Geckofx60.64 package icon

Geckofx60.64

library that allows embeding gecko in C# applications. Example Usage: // In MonoDevelop Project Options -> Run -> Configuration -> Default set the following envrionment variables. // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox-Linux64 // set env var LD_PRELOAD to $(ProjectDir)/Firefox-Linux64/libgeckofix.so using System; using System.Windows.Forms; using Gecko; [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); } You will also have to install gtk-sharp3 deb package if not already installed. apt-get install gtk-sharp3

148.1K
downloads
Geckofx60.32 package icon

Geckofx60.32

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); }

87.5K
downloads
Geckofx45.64.Linux package icon

Geckofx45.64.Linux

library that allows embeding gecko in C# applications. Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox // set env var LD_PRELOAD to $(ProjectDir)/Firefox/libgeckofix.so // add using Gecko [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); }

46.4K
downloads
Geckofx45.32.Linux package icon

Geckofx45.32.Linux

library that allows embeding gecko in C# applications. Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox // set env var LD_PRELOAD to $(ProjectDir)/Firefox/libgeckofix.so // add using Gecko [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); }

42.5K
downloads
Geckofx60.64.Linux package icon

Geckofx60.64.Linux

library that allows embeding gecko in C# applications. Depends on Gtk3 ubuntu packages: libgtk-3-0, libgtk3.0-cil Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox-Linux32 // set env var LD_PRELOAD to $(ProjectDir)/Firefox-Linux32/libgeckofix.so // add using Gecko [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); }

40.4K
downloads
Geckofx45.64.Windows package icon

Geckofx45.64.Windows

This should only used for building geckofx-45. Do NOT use this package if you just want to include geckofx in your application.

35.8K
downloads
Geckofx45.32.Windows package icon

Geckofx45.32.Windows

This should only used for building geckofx-45. Do NOT use this package if you just want to include geckofx in your application.

34.9K
downloads
Geckofx60.64.Windows package icon

Geckofx60.64.Windows

This should only used for building geckofx-60. Do NOT use this package if you just want to include geckofx in your application.

34.3K
downloads
Geckofx45.64 package icon

Geckofx45.64

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

33.9K
downloads
Geckofx60.32.Windows package icon

Geckofx60.32.Windows

This should only used for building geckofx-60. Do NOT use this package if you just want to include geckofx in your application.

30.4K
downloads
Geckofx60.32.Linux package icon

Geckofx60.32.Linux

library that allows embeding gecko in C# applications. Depends on Gtk3 ubuntu packages: libgtk-3-0, libgtk3.0-cil Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox-Linux64 // set env var LD_PRELOAD to $(ProjectDir)/Firefox-Linux64/libgeckofix.so // add using Gecko [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); }

29.9K
downloads