0
kicks
How to create Internet Explorer addin in C#
There are few types of addins you can build in IE, lets concentrate on the addins that would help you manipulate with rendered page. These addins are called Browser Helper Objects. They are intended to be developer as COM components, but that’s nothing we cannot handle in C# prety easy.