How to make browser plugin in VC++?
I want to try making browser plugin in VC++ 2008. I have never done this kind of work earlier. Please let me know what code to write for the simplest possible browser plugin in VC++ 2008. After that, I will work on it to add more features in it.
For example, you can tell me how to create a plugin, which adds a tool in a browser and when the mouse is moved over the browser, then some text, for example, "hello" is displayed.
Thank you.
Re: How to make browser plugin in VC++?
Re: How to make browser plugin in VC++?
instead of you can go with c#/Asp.NET which might be more nearer to browsers and stuff like that.
Re: How to make browser plugin in VC++?
Quote:
Originally Posted by
visharad
Any help please?
Google is your friend .
Searching for "browser plugin ATL C++ BHO" - here's one that looks promising:
Building Browser Helper Objects with Visual Studio 2005