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

I'm developing a plugin for IE. I know how to create Toolbar using C# bandobject.
But my problem is I want to develop toolbar like plugin that have not any GUI and run in background.

For example if I search any site on browser then it add one DIV on the page. I can able to do this with the toolbar I developed but I want to not display that toolbar on browser.

Please provide any suggestion what I should do so toolbar work like plugin (no GUI interface).

Thanks in advance.
Posted

1 solution

Maybe this CP article can help you along a bit: How to attach to Browser Helper Object (BHO) with C# in two minutes[^].

Regards,

Manfred
 
Share this answer
 
Comments
npdev13 6-Mar-12 0:03am    
Hi Manfred,

Thanks for your response.

Link that is given by you, I already tried before post this question,
It can see BHO added in "Manage Addon" in IE. but it not affect when I change the URL in browser.
I added register same give example DLL using Regasm and also added that DLL and GAC. Still it not working so not sure what I'm missing.

Can you please help me on that.

Thanks.


Thanks,

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