Windows Programming/Extending IE
Tools
General
Sister projects
In other projects
This page of theWindows Programming book is a stub. You can help by expanding it.
Similarly to explorer.exe, the Microsoft Internet Explorer, iexplore.exe, can also be extended by creating aBrowser 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++.