Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to build cross browser toolbar [just having some button and textboxes] I am able to make toolbar for IE in .net using Add-in-Express for IE. But how about google chrome, Mozila, Safari and other browsers? Any ideas? I have heard about crossrider API but I want to develop in .net only. Is it possible? Any suggestion or recommendation would be highly appreciated.

Thanks !
Posted
Comments
Sergey Alexandrovich Kryukov 22-Dec-14 12:01pm    
Ideas? On what? You need to explain what exactly your toolbar should do (and why :-),
what have you tried so far and what are your problems...
—SA
solanki.viral 23-Dec-14 14:31pm    
I would like toolbar for every browser in Visual Studio.NET How do I achieve it?
Sergey Alexandrovich Kryukov 23-Dec-14 16:42pm    
How can it possibly make any sense? Each browser does what it does; you have to play by its own rules; isn't that apparent that it has nothing to do with C# or .NET?
Just forget this "idea", this is not even an idea.
—SA
BillWoodruff 22-Dec-14 13:09pm    
Forget this idea; it is a mistake to think you can do this.
solanki.viral 23-Dec-14 14:34pm    
I would like toolbar for every browser in Visual Studio.NET. I am able to achieve for Internet Explorer using Add-in-Express https://www.add-in-express.com/downloads/adxnet-ie.php but what about other browser?

1 solution

You can not use the same code for different browsers.
IE can be addressed using .NET, but for Firefox needs Phyton, for Chrome you have JavaScript and so on...
So actually you have to develop the same toolbar for each and every browser...
 
Share this answer
 
Comments
solanki.viral 23-Dec-14 14:58pm    
Hi Kornfeld Eliyahu Peter, Thanks for your reply. Can you please suggest solution or example for other browsers ?
Sergey Alexandrovich Kryukov 23-Dec-14 16:43pm    
Are you serious? Do yourself a big favor, stop this activity; it makes no sense. Do something useful, learn some programming, etc...
—SA
Kornfeld Eliyahu Peter 29-Dec-14 11:48am    
The one does not do his own job here is you!!!
You are not asking for help, but expecting to us do your job ,like search and learn...
Be respectful to those who spare their time to even read your question!
Sergey Alexandrovich Kryukov 29-Dec-14 11:57am    
Agree, thank you.
—SA
solanki.viral 29-Dec-14 12:03pm    
Thank you Kornfeld Eliyahu Peter!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900