bho
Failed to call a BHO method from Javascript in IE9
I am trying to call a BHO object method from a javascript function (the javascript is injected by the BHO using IHTMLWindow2 execScript).[详细]
2023-02-18 23:08 分类:问答Accessing body (at least some data) in a iframe with IE plugin Browser Helper Object (BHO)
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\").[详细]
2023-02-14 00:08 分类:问答chrome:// like URLs in Internet Explorer
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[详细]
2023-02-10 22:12 分类:问答Is it possible to capture right click button event over a link in IE?
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.[详细]
2023-02-04 14:22 分类:问答How to prevent from downloading and running script?
I wonder if it is possible in JavaScript to prevent <script src=\"unwantedscript.js\" type=\"text/javascript\"></script> object from running?[详细]
2023-01-31 23:28 分类:问答Opening a browser window after a visual studio-created setup file finishes installing
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[详细]
2023-01-31 17:12 分类:问答How to use interfaces from IE9 Beta library?
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[详细]
2023-01-31 16:28 分类:问答How to start creating a BHO in C#?
I need to create a 开发者_运维技巧BHO in C#. Any documentation available other than the typical Microsoft C++ example?[详细]
2023-01-30 20:27 分类:问答How to Linkify Phone numbers in IE using C# BHO
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[详细]
2023-01-28 06:02 分类:问答How to write simple background thread in CWorkerThread
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.[详细]
2023-01-27 19:26 分类:问答