ie-bho-extension
ie-bho-extension copied to clipboard
A template for a IE BHO Extension/AddOn that injects javascript to a page opened in IE
#ie-bho-extension Browser Helper Object (BHO) prototype for a IE Extension/Plugin.
Prerequisites
This project was written and built using Visual Studio Express 2012 on a Windows 7 VM.
To make this work in IE (Tested in IE8):
- Build the project in 'release' mode
- Copy the dll (IEExtension.dll) to a folder within the 'Program Files' folder. This is so IE can access it.
- Open the Visual Studio Command Prompt, browse to the folder where you dropped the IEExtension.dll file (see step 2)
- To install run: regasm IEExtension.dll
- To Unistall run: regasm /unregister IEExtension.dll
- Open IE. Once your homepage is loaded, a POP-UP alert will show the message: "HOLA!!!"