Events not called for Browser Helper Object



I have a Browser Helper Object (BHO) that subscribes to the
BeforeNavigate2
event. For debugging purposes, the BHOs class writes to a temporary
file so
I know when it's being instantiated and when BeforeNavigate2 is being
called.

In one scenario (Win2K3 Server R2 SP1, IE 6 SP1, logged in as
Administrator), the BHO works fine and BeforeNavigate2 is called by IE.

In a 2nd scenario (Win2K3 Server, IE 6, logged in as Administrator), I
can
see that the BHO's class is instantiated; but BeforeNavigate2 is never
called.

In both cases, the BHO's DLL is installed in the directory c:\bho and
registered as follows:

regasm /codebase bho.dll

Does anyone have ideas as to why scenario #2 is not working, what else
I can
look at to further diagnose this problem, or other steps to take in
debugging
this issue.

Thanks.

.



Relevant Pages

  • Events not called for Browser Helper Object
    ... For debugging purposes, the BHOs class writes to a temporary ... I know when it's being instantiated and when BeforeNavigate2 is being ... the BHO works fine and BeforeNavigate2 is called by IE. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: How to get the base URL in BeforeNavigate2
    ... > I'm creating a BHO in Atl. ... > Now, when I select tpl.htm from the address bar, the BeforeNavigate2 ... what I want to do is to get the name of the base URL i.e. ... Your BHO was given a pointer to root WebBrowser object in ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)

Loading