IE Extention/Plugin/Addon javascript injection in iframe and document c#
问题 I am facing issue with BHO in C# ,Javascript not inject in iframe . How to get access of <iframe> body using c++/ATL/COM? question is similar like but in this above using com. i want to use C#. 回答1: I have created a IE extension/Plugin/Addon To inject my Custom JavaScript on page as well as on IFrame attache with the document So I created BHO in c# . in Document complete Event private void webBrowser_DocumentComplete(object pDisp, ref object URL) { // this is main docuemnt document =