V Vadym Stetsyak Jan 21, 2006 #2 Yes it is possible, it will BHO ( browser helper object ) and you will have to write COM component in C#. This component must expose IObjectWithSite interface. The unmanaged way ( http://www.codeguru.com/Cpp/I-N/ieprogram/article.php/c1239/ ) Here is the info about writing COM components in C# ( http://www.csharphelp.com/archives/archive281.html )
Yes it is possible, it will BHO ( browser helper object ) and you will have to write COM component in C#. This component must expose IObjectWithSite interface. The unmanaged way ( http://www.codeguru.com/Cpp/I-N/ieprogram/article.php/c1239/ ) Here is the info about writing COM components in C# ( http://www.csharphelp.com/archives/archive281.html )