Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Develop a toolbar to IE and Firefox in dotnet it works with out having dotnet framework

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

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pavanip
    wrote on last edited by
    #1

    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

    D 1 Reply Last reply
    0
    • P pavanip

      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

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      pavanip wrote:

      develop add-on to internet explorer and mozilla firebox.

      Two different interfaces. Not exactly a neat solution, but doable...

      pavanip wrote:

      If we develop in dotnet it will not work with out having Dotnet frame work

      True.

      pavanip wrote:

      all users no need to install framework

      They have to install the .NET Framework in order to run managed code (C#, VB.NET, C++/CLI, ...). There are utilities out there that will compile the app down to native code and include the .NET Framework, but there are no free ones and they cost at least $1,000 to get.

      pavanip wrote:

      Is there any way to develop a toolbar in dotnet,It will work with out having dotnet framework.

      Without said utility, no.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups