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\Brows
> 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]
>
>