Windows Programming/Extending IE
This page of the Windows Programming book is a stub. You can help by expanding it. Category:Book:Windows Programming/Stubs Similarly to explorer.exe, the Microsoft Internet Explorer, iexplore.exe, can also be extended by creating a Browser Helper Object (BHO). A BHO may be a single toolbar button, an entire toolbar, or even any number of other objects in the browser. BHOs are generally programmed using C++.
Category:Book:Windows Programming#Extending%20IE%20