In article <[EMAIL PROTECTED]>,
  Tung Mac <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was looking for information on how to implement a BHO style object
in
> Netscape 6 exactly like what you were describing in the post below. I
> was wondering if you found out how to do it? Any help would be
> appreciated, thanks.
>
> Tung.
>
> Vladimir Ganopa wrote:
>
> > Hello everyone!
> > I search for the solution of a task, which is similar to what I
just have
> > solved for IE:
> > There are special COM-object (called Browser Helper Object (or
BHO)) which
> > starts with every instance of IE. BHO can access to the content of
> > HTML-document, listen browser events and so on. CLSID of BHO holds
in
> > registry key:
> >
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\B
rows
> > er Helper Objects\{AD235F3D-0C47-11D4-8D93-525400DABE82}]
> > where IE looks over when each its instance starts.
> >
> > Whether somebody knows how to implement such object for
NetscapeNavigator?
> >
> > I guess that for NS too there are such objects, but they have
slightly
> > different mechanism of start. There are two additional objects
(startup and
> > shutdown objects). Their ProgID is located in Registry keys:
> > [HKEY_CURRENT_USER\Software\Netscape\Netscape Navigator\Automation
Startup]
> > [HKEY_CURRENT_USER\Software\Netscape\Netscape Navigator\Automation
Shutdown]
> >
> > Is it correct? And how to implement BHO itself? How to receive
browser event
> > notifications? How to access to the HTML-document object model?
> >
> > Any help would be very appreciated. I'm using C++ and C++ examples
are more
> > preffered.
> > Thanks in advance.
> >
> > Kind regards,
> > Vladimir Ganopa,
> > [EMAIL PROTECTED]
> >
> >
>
>

You can implement BHO's in Netscape Navigator using OLE Automation
Objects or DDE.  Check out developer.netscape.com for details.
Actually, it is pretty easy.

Unfortuantely, both OLE Automation and DDE are deprecated in Netscape 6
aka Mozilla.  There are no future plans to implement support for
either.  I have submitted an enhancement request for OLE Automation.

We'll see.....


Sent via Deja.com
http://www.deja.com/

Reply via email to