Click here to Skip to main content
15,879,490 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi folks,

I need to develop a BHO, which should be executed by clicking a button in a IE toolbar. I'd like to do this in C#, because I have some experience in Java and the two languages are similar. I read through some threads, which talk about this topic but none of them could make it understandable for me. It would be nice if anybody can explain me what I have to do to implement my wishes or even send me some code!

Looking forward to your answers and thanks in advance.
Julian
Posted

There's a good article about creating BHOs in C# here[^] at CodeProject, and several more are easily accessible via Google. Microsoft offers step-by-step instructions for adding a button to the IE Toolbar here[^].

It should be an interesting project; have fun! :-D
 
Share this answer
 
Thanks, Roger for your reply. But my actual problem is to create a toolbar and after that to connect it to the BHO. I've already implemented the BHO regarding the article you told me and I know the msdn site, too.
 
Share this answer
 

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