Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
Hello, friends of codeproject. I want to develop addons for IE but don't wonder which way is best for me. As results of googling, I can know there is one way to use Addin-Express(ADX) but it's not free. Is there anyone who can teach me? Also, the addon has to be developed in Visual Studio environment. Detailed information will be appreciated.
Thanks for your consideration. Thanks, again!
Posted

1 solution

If you want to create Internet Explorer Add-ons or Extensions you can always make use BHO(Browser Helper Objects). To know more about BHO please refer here for the same
http://msdn.microsoft.com/en-us/library/bb250436(v=vs.85).aspx#bho_whatare[^]

For sample Add-on or Extension projects please refer here
How to attach to Browser Helper Object (BHO) with C# in two minutes[^]
BHO Development using managed code[^]

Hope this would help you.
 
Share this answer
 
Comments
future2015 15-Aug-14 20:14pm    
Hello, thanks for your reply. But could you teach me the way to develop Add-on using BHO?
Thomas ktg 16-Aug-14 2:05am    
To get you started please follow the instruction given in this articles step by step. And you will be able to learn it quickly. If you are stuck somewhere please get back to this forum.

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