Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello team,

please tell me how would i create a toolbar like yahoo toolbar, I studied one of your article of author "Alexandr Golovanov" , I tried that application but that toolbar only works in IE, but I want to create a toolbar thats works with all browsers, please help me on this issue.

With Regards,
Aditya Magotra.

[OP Comment moved from answer]
What can i do ,if i want to create a toolbar for Mozilla using .net??? Please provide me some reference for it.

Thanks for the reply.
Posted
Updated 18-Feb-11 14:22pm
v3
Comments
HimanshuJoshi 17-Feb-11 10:28am    
Edited to remove e-mail. Do not add your e-mail in the question, it will attract spammers.

1 solution

Each browser will have a different extensibility API. IE uses BHO based toolbars, Firefox, Chrome, Safari and Opera will have their APIs. You cannot expect one code base to work on all browsers. So you will have to individually write separate projects/toolbars for each browser (and many browsers have serious version incompatibilities too, so IE6, IE7, and IE8 may themselves need individual changes in code to get things working).
 
Share this answer
 
v2

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