Night Walker
Night Walker

Reputation: 21260

Creating firefox add ons

I have written some application in c# .net and I want it to be able be called from Firefox like an add-on. Add some button in Firefox menu and when it pressed my application is launched.

Is it possible to be done ? If so can you refer me to some tutorial how those things are done .

Upvotes: 1

Views: 798

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038710

.NET cannot be used to write extensions for FireFox. You could build an extension which runs your .NET application as a separate process.

Upvotes: 1

Related Questions