I am trying to call a BHO object method from a javascript function (the javascript is injected by the BHO using IHTMLWindow2 execScript).
I\'m developing an IE8+ BHO plugin. For now I\'m simply trying to insert a text into an iframe (class=\"Al Ai Editable\") contained in another iframe (id=\"canvas_frame\").
once again, I\'m struggling with porting a Firefox extension to Internet Explorer 7, 8 and 9. My most recent problem is that the FF extension code makes heavy use of AJAX calls to \"chrome://...\" ur
I\'m trying to develop an IE BHO (Add-on) and I\'m interested in adding an option to the context menu, but only if the right click occurs over a link.
I wonder if it is possible in JavaScript to prevent <script src=\"unwantedscript.js\" type=\"text/javascript\"></script> object from running?
I\'m making a setup file (.msi) using a visual studio setup project. Currently, I need to register a component -a BHO- along with the main installation and open a browser window to a site that require
I asked similar question at Internet Explorer Extens开发者_开发技巧ion Development Forum but didn\'t get the answer. I found that not only me has this problem
I need to create a 开发者_运维技巧BHO in C#. Any documentation available other than the typical Microsoft C++ example?
I\'m able to detect phone numbers from webpage but unable to linkify them. I want to to linkify a phone no. like 7774443333 t开发者_开发技巧o 7774443333
I\'m trying to asynchronously run function in my add-on for Internet Explorer (I\'m writing BHO in VC++). As suggested here I\'m trying to use CWorkerThread.