vonuyx wrote:
Hello,


I want to create a component (suppose an XPCOM one) that can be 'attached' to each Firefox browser window and be informed every time the user browses to a new page. I also want to get the address of these pages as well. In IE it can be done by implementing the IWebBrowser interface to create a so-called BHO. Any one has any idee of how to do this in Firefox?
Thankyou very much in advance!



Start here: http://www.mozilla.org/projects/xpcom/

When you understand the gist of XPCOM, take a look at:

http://www.mozilla.org/projects/embedding/
http://www.mozilla.org/projects/embedding/embedapiref/embedapiTOC.html

Hope this helps,
Doug

_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to