目录 如何使用BHO 定制你的Internet Ex plorer 浏览器 ................................................................ 2 一、简介(Introduction) ........................................................................................................ 2 二、关于软件定制(Program Customization) ....................................................................... 2 三、什么是 BHO? (What Are Browser Helper Objects?) ..................................................... 2 四、BHO 的生存周期(The Lifecycle of Helper Objects) ...................................................... 4 五、关于 IObjectWithSite 接口(The IObjectWithSite Interface) ......................................... 5 六、构造自己的BHO 对象(Writing a Browser Helper Object) ........................................... 6 七、探测谁在调用这个对象 Detecting Who's Calling ........................................................ 7 八、与 Web 浏览器取得联系 Get in Touch with WebBrowser .......................................... 8 九、从 Internet Explorer 浏览器取得事件 Getting Events from the Browser ................... 9 十、存取文档对象 Accessing the Document Object ......................................................... 10 十一、管理代码窗口 Managing the Code Window .......................................................... 12 十二、注册 BHO 对象 Registration of Helper Objects ...................................................... 13 十三、总结 Summary ......................................................................................................... 13 Browser Helper Objects: The Browser the Way You Want It .................................................. 13 Introduction(简介) .......................................................................................................... 14 Program Customization(关于软件定制) .....................................................................