CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Posts
    216

    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.

  2. #2
    Join Date
    Oct 2006
    Posts
    216

    Re: How to make browser plugin in VC++?

    Any help please?

  3. #3
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    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.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to make browser plugin in VC++?

    Quote Originally Posted by visharad View Post
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured