Community discussion forum

[4644] IE Browser Helper Objects

Tags:
  • 9 years ago

    This thread is for discussions of IE Browser Helper Objects.

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 2 years ago

    Wow, thanks, Steven! You've provided a very clear sample! Any chance you can post more of the class layout and post a few things about how to add the installer portion so that we can make an executable installer or MSI from the project?

    Thanks!
    William




  • 4 months ago

     Hi,

     Its a nice article to begin with BHO objects. I am able to catch the things in IE7 but not able to debug the code from IE event hit.
     When I open the Manage Add-on in IE->Tools->Manage Add on->Enable or Disable Add ons, filename of dll is coming as "mscoree.dll".

     I had even tried with different GUID for BHO class, but its also not working. Any idea?
     

    Thanks In Advance
    Arnold

  • 3 months ago
    How to catch the internal URL's that IE is getting as part of the current page?

    Before IE accesses a given URL, it raises a DISPID_BEFORENAVIGATE2 event. Is there a way a BHO can receive an event for every embedded item in the page being displayed?

    I explain myself: A user is typing http://www.abc.com in the address textbox of the IE. But this page also contains embedded URL's and collects images and ads from different sites such as http://www.somesite.com/image1.gif or http://ads.ad1.com
    How can I get an event for the internal links as well as the main one?

Post a reply

Enter your message below

Sign in or Join us (it's free).