Hi Experts, I am developing Download manager for a particular web and integrated with IE as plug in.It works well. Now, I am eager to implement the same for Firefox.Is there anyway to create a PLUG IN through C# code ?. I have to manage file download event of the browser.
cannot tell you "how" to develop against firefox, however this link is to open-source code for the project FIREBUG which is an add-on for firefox -- hopfully it will point you in the right direction...
Mozilla has a site for developers at http://developer.mozilla.org/en/docs/Main_Page . One caution on looking at the Firebug info. That is an extension. That may really be what you want to develop but if you do need a plugin then make sure you get info on those. There is a difference between the two.
Let me know how that first links help and which you actually want to develop. If you don't know the difference between the two then let me know.
By the way ... to address the C# part of your question. My expertise isn't developing extensions or plugins and I have had minimal exposure to C# but most of the development tutorials I have read use other languages. Since C# seems to be more popular with MS development it probably isn't the best or most common language for Mozilla or Firefox development. This doesn't mean it won't work but I have an idea that Javascript (or something like it), C or maybe even Java will be more common for Firefox developing.
Let me know if you have a question about this or how this answers the other part of your question here.