CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2005
    Posts
    41

    A Very Simple BHO

    Hello,

    I am trying to write a very simple BHO and this is my first time doing this. What I have so far is created an empty ATL DLL in VC++ 6. I now need to bind it to IE so that IE would be able to recognize my BHO. Does anybody have any advice?

    Thank you,
    Victor.

  2. #2
    Join Date
    Jun 2004
    Posts
    170

    Re: A Very Simple BHO

    What is it BHO?

    About how to write add-in to IE,look here:
    http://www.codeproject.com/shell/2find.asp

  3. #3
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: A Very Simple BHO

    Quote Originally Posted by TOMNKZ
    What is it BHO?
    One google query showed me that he probably is talking about "Browser Helper Objects", but I can't help him with that.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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