bho
How to get the original IDocHostUIHandler provided by Internet Explorer?
In the documentation of the IDocHostUIHandler Interface, there is a paragraph about the default UI handler provided by IE when talking about a memory leak caused by using ICustomDoc from a BHO:[详细]
2023-04-11 13:10 分类:问答Interacting with a Service from Internet Explorer
I am attempting to have IE9 interact with a COM service (created using Visual Studio 2010\'s wizard) while running in protected mode.If I run the service as admin rather than registering it as a servi[详细]
2023-04-10 02:36 分类:问答IE BHO c++ data sharing among tabs
I would like the BHO instances of my IE extension to be able to share common data. I just need them to share a couple of variables, so I am trying to find an easy solution for the problem.[详细]
2023-04-01 23:52 分类:问答How to get attributes with a namespace prefix in IE9 with mshtml?
We have a browser help object (BHO) written in C# that works just fine in IE8.However, accessing tags and attributes in a namespace开发者_JS百科 no longer works in IE9.For example, with[详细]
2023-03-31 02:03 分类:问答How to invoke an already running instance of an application
I am developing a BHO with c++ for identifying the phone numbers on any webpage, highlighting the phone numbers and invoking an utility when click on the phone number.[详细]
2023-03-29 13:28 分类:问答auto-enabling activeX communication on a particular website
I have custom made BHO, and on first run, my web开发者_运维知识库site javascript communicates with BHO.[详细]
2023-03-27 03:13 分类:问答Is there an IE notification box like gBrowser.getNotificationBox() in firefox
A browser helper object I\'m writing at the moment needs to alert the user of certain situations. I don\'t want to use the WinAPI function MessageBox, because it forces the user to click it away.[详细]
2023-03-26 12:50 分类:问答Where should a IE browser helper object store its data files?
I\'m writing a browser helper object for internet explorer that needs to store some data on the ha开发者_开发知识库rd disk.[详细]
2023-03-26 09:39 分类:问答How can I access the ui thread in an asynchronous httpwebrequest callback in a bho
I\'m struggling to get access to the ui thread in an asynchronous httpwebreques开发者_如何学Pythont callback in a browser helper object. The current document and windows don\'t reflect those witnessed[详细]
2023-03-23 03:26 分类:问答Internet Explorer Events
I write the BHO (using VC++ with ATL) for IE where I need to catch the IE events from Address Bar, History, Bookmarks. For example, if the user has typed URL in Address 开发者_如何学PythonBar,[详细]
2023-03-22 10:31 分类:问答