How to write FireFox extension with Visual Studio using C# programming language?

后端 未结 4 1781
别那么骄傲
别那么骄傲 2020-12-05 20:04

I was wondering if it\'s possible to write Firefox extension using .Net Framework? Had anybody such experience in writing Firefox extensions using C# programming language? A

4条回答
  •  臣服心动
    2020-12-05 20:42

    I'm not sure how you'd do for C#, but you can use XPCOM to call native code libraries: that's how the Glasser extension, for instance, is able to use the Windows-specific Aero effects.

    IBM hosts a very good XPCOM tutorial at DeveloperWorks.

提交回复
热议问题