Develop a toolbar to IE and Firefox in dotnet it works with out having framework

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pavanip
    New Member
    • Mar 2008
    • 53

    Develop a toolbar to IE and Firefox in dotnet it works with out having framework

    Hi,

    Here requirement is we have to develop add-on to internet explorer and mozilla firebox.
    If we develop in dotnet it will not work with out having Dotnet frame work here all users no need to install framework. Is there any way to develop a toolbar in dotnet,It will work with out having dotnet framework.

    Any ideas please share here.


    Thanks
    -Pavani
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    I think if you say your question outloud you will get your answer.
    I am pretty sure you can use visual studio as your IDE, but you will need a framework (.NET, mono, whatever) to run the application if you build it using .NET libraries.

    The toolbars for IE are developed much differently then for FF, they would pretty much need to be two different projects.
    FF extensions are done using XML for the most part.

    Comment

    Working...