Develop a toolbar to IE and Firefox in dotnet it works with out having dotnet 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
-
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
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