Calling C# BHO methods from Javascript
问题 I'm trying to figure out how to call C# methods in my BHO object from Javascript within the page. I found numerous pages on how to do it in C++/ATL/Com such as: Browser Helper Objects and Scripts Options Calling BHO method from Javascript? I have tried to follow along and implement it correctly in C#, but I can't get it to work probably due to some obvious COM problems that I have which I don't fully understand. I am using C# 4.0. Here are the relevant parts of the code: using SHDocVw; using