A Browser Helper Object (BHO) is a DLL module designed as a plugin for Microsoft's Internet Explorer web browser to provide added functionality.

learn more… | top users | synonyms

0
votes
0answers
6 views

Differences between Browser Helper Objects and Band Objects of IE add-on

BHO and BO both implement IObjectWithSite, but have different SetSite function. BHO query a WebBrowser, BO query a WebBrowserClass. More, BO can get the SHDocVw.InternetExplorer object. What's the ...
0
votes
0answers
13 views

C# Accessing the DOM of a Frame element using a Browser Helper Object

I have spent my last 48 hours trying to develop a BHO to scan the page of a web browser and highlight phone numbers. I have it working in most pages other than pages that uses Frame tags. The website ...
0
votes
0answers
57 views

Sending HTTP request from BHO

I want to call the API of my application from an IE extension. I am developing an extension in which the browser extension will call the API whenever a webpage is loaded. in simple words, How can i ...
1
vote
0answers
21 views

BHO exposing javascript method works in IE 9+ but fails in earlier versions

I'm making a BHO that exposes method to JavaScript. It works okey in IE 9 and IE 10, but fails in IE 8 with RuntimeBinderException: "mshtml.HTMLWindow2Class" does not contain "signJson". Code is ...
0
votes
0answers
19 views

BHO To grab form data

Good day, Using eventbeforenavigate in BHO, how do i grab form information with internet explorer API. I am new to BHO programming so i obviously do not have an idea what to do here. Source code can ...
0
votes
1answer
78 views

Regasm BHO from C# Code

I have DLL With BHO IE Plugin. And I use "regasm.exe /codebase myBHO.dll" to register my dll. Is there any C# code to regasm my DLL in windows application?
0
votes
0answers
12 views

Any native functionality for an IE BHO plugin to check for updates?

Is there some functionality built-in to IE (6+) for checking if there are updates, or am I going to have to [unpleasantly] check for updates myself, and come up with a way to uninstall the existing ...
0
votes
0answers
26 views

IE add-ons timing information

Are there API calls to retrieve add-on timing information in IE? Timing information is in the Tools, Manage Add-ons, Toolbars and Extensions dialog. It is stored as binary data in the registry in a ...
0
votes
0answers
27 views

How to get flash control Information in IE

Here is a third-party Video Website, such as Youtube. In Internet Explore, after I opened a page including a video, I found that there has more than one Flash controls("Class Name is ...
1
vote
1answer
114 views

Browser Extension the “Injected way” a cross-browser extension that include a JS from a distant server

I've found this nice article about the "injected Way", but the author never finished it : http://hightechstartups.blogspot.ch/2012/05/different-way-of-developing-browser.html I would like a bare bone ...
0
votes
1answer
48 views

Internet Explorer BHO, writing to registry and admin privileges

for some reasons when I try to write to registry when IE doesn't run with admin privileges, Utils::SetValueInRegistry(HKEY_CURRENT_USER,L"Software\\myApp23",L"Domain", value.c_str()); Anyone knows ...
0
votes
1answer
54 views

C++ BHO: Detect the an instance of my extension if already running or not

I have an ie extension I wrote in c++ (atl) and the problem is that each time I open a new tab a new instance of my extension is running. I need a way to know whether there's an instance running ...
1
vote
1answer
159 views

Browser Helper Object that works in IE 10 WIndows 8 64 example

I`m struggling with this for a week already. I used this example Developing Internet Explorer Extensions? and it works flawlessly even in Win 7 64 bit IE 10 but not in Windows 8 64 IE 10. It loads up ...
0
votes
1answer
84 views

How do I make an Internet Explorer add-on that doesn't display a toolbar?

I'm trying to make an IE add-on that works only in background, without a toolbar panel. I do not want my add-on to display a toolbar panel because i do not need it. I found an example add-on in ...
0
votes
0answers
63 views

Automating a third party ASP.NET Tabcontainer from browser plugin

What is the appropriate way to select a tab in an ASP.NET TabContainer? I'm approaching this from trying to accessibility automate a third part web page, not from building a web app. I don't use ...
1
vote
0answers
62 views

Offline ActiveX Control for Internet Explorer

I have a C#/.Net User Control that is a viewer for particular file type. Now i want to convert it to an ActiveX control for the internet explorer which gets loaded when we open that file type with ...
1
vote
0answers
68 views

How to determine which javascript line causes the error when executing window.execScript in a BHO?

My question is general I am not looking for solve a specific error (I have a bunch of them :-) My BHO is functional, OnDocumentComplete called. In OnDocumentComplete I can execute ...
1
vote
0answers
228 views

Calling C# BHO methods from Javascript (still not working)

I followed this answer exactly and read and reread all google findings. Unfortunately mostly all of them simply the copy and pastes of the referenced answer (including the 'Stop banging your head ...
0
votes
0answers
137 views

Cross domain request to localhost from a BHO injected JavaScript (in IE)

I have a working prototype of a BHO (simple C# with COM interop) which injects JavaScript to any page which is loaded by IE. Simple scripts are working like console.log(..) etc. My goal is to make ...
0
votes
1answer
101 views

how to get html text through bho at when user want, not at OnDocumentComplete (above ie8)

these steps are what i did. 1) i just got IWebBrowser2 interface pointer from pUnkSite in SetSite as most bhos do in usual. 2) in OnDocumentComplete, 2-1) got IHTMLDocument interface pointer ...
0
votes
1answer
50 views

Enabling session cookies in a pluggable protocol handler

We've implement our own Asynchronous Pluggable Protocol handler which we use to load HTML documents into Internet Explorer from our own document store. We need to be able to store and retrieve session ...
0
votes
0answers
120 views

MSHTML Eventhandler is not working in IE 64 bit

I created a Browser helper object in c++. It will highlight the phone numbers in the web page and if I click on the phone number, it will raise the call. In my code, I am tracking the click event ...
0
votes
1answer
98 views

BHO how to replace javascript event handler result?

Because drag a image which in hyperlink , can't get "FileDrop" or "DIB" data, so I want write a BHO using C# to enhance Drag Drop image. I have injected dragstart event on document, it's worked fine, ...
0
votes
0answers
28 views

IE BHO action not triggered on win7_32 while works well on winXP_32

I have a IE BHO having following menu items and they are working fine on win XP: Describe Get Source Get Table Get Text List Windows Snapshot The problem is that they all don't work on win7. All ...
0
votes
0answers
99 views

Internet Explorer Browser Helper Object & JS profiler

I'm working on simple BHO to enable / disable profiler in IE8 or higher. According to MSDN it's easy to do with IActiveScriptProfilerControl / Callback. But my problem that I can't find way to access ...
-1
votes
1answer
76 views

how to find and mark all links in the web page?

I'm making an application which finds all links and buttons on the web page and shows marks over the links and buttons (with any browser or custom application window). Now, I'm trying to implement ...
0
votes
1answer
65 views

Add-on for 32 bit IE is disable after being registered?

I created a Browser Helper Object (an add-on for IE) and registered it for a 32 bit version of IE, but that registered add-on is not enable as I want, I have to open Add-ons manager of IE to enable it ...
1
vote
0answers
52 views

Internet explorer extension: context menu item with icon

I'm developing an extension for Internet Explorer with BHO. My question is: How can I add an icon to my extension's context menu item? Where can I read on this topic?
0
votes
0answers
48 views

BrowserHelperObject & Deskband installation

I have a BrowserHelperObject and a Deskband component, based on .NET 4, compiled into the same DLL. I have tested them by using regasm.exe to register and unregister the components. Registering them ...
2
votes
0answers
272 views

Invalid window in DocumentComplete (DISPID_DOCUMENTCOMPLETE) in IE9 BHO

I'm developing the BHO and I have a problems with events handling in IE9. I handle DocumentComplete (DISPID_DOCUMENTCOMPLETE), then I get IHTMLWindow2 and its IHTMLLocation for future operations. ...
0
votes
1answer
104 views

Is there a way to find the HTMLDocument from the IHTMLEventObj passed from an onload event in IE?

I am working on a Browser Helper Object in C# (yes I know performance will not be great). I am attaching a handler to the HTMLWindowEvents2_Event.onload event of my window. The event is being raised ...
2
votes
1answer
269 views

Using mshtml interfaces in different threads

I have BHO written in C#. Initialization is performed in DocumentComplete event handler in main thread and then I start separate thread and want to use IMarkupServices in that thread but receive ...
1
vote
1answer
56 views

Display a local icon in IE extension

I have read the following article. I'm trying to embed an icon using a BHO extension. However, the res:// protocol doesn't work in HTTPS sites. Is there a workaround or alternative to display local ...
2
votes
1answer
233 views

64bit BHO not loading inside IE 9 64

I've created a 32-bit and 64-bit version of my BHO (C++ code). The 32-bit version loads fine in IE 9 32-bit, but not the 64-bit version in IE 9 64 on WIndows 7. I have double checked that: the ...
0
votes
0answers
106 views

C# Adding an Icon to Internet Explorer Context Menu?

I am trying to add items to the IE context menu with an icon, ideally in a submenu but I can live without that. I have done a lot of searching on this but haven't been able to find a good way of ...
1
vote
1answer
115 views

Content Security Policy in IE support

I am aware of Content Security Policy as a new feature build into IE10. Wondering if there is any 3rd party vendors providing implementation thru add-on(BHO) for IE9 and older version? Thanks,
1
vote
1answer
160 views

BHO Plugin (Microsoft JScript runtime error)

I have built a BHO (Browser Helper Object) in C# which detects phone numbers in web pages and places an image with a hyperlink next to it. The BHO basically inserts a javascript which uses a Regex ...
0
votes
0answers
158 views

Successful BHO dll register/install in VBScript, will it always work?

I pieced this together through Google, majority of it StackOverflow, Thanks :-) My main concern is, can I use RegAsm.exe like this? On a broad spectrum of installs over countless windows ...
0
votes
0answers
47 views

BHO - Javascript not working (onLoad event) [duplicate]

Possible Duplicate: document.body.setAttribute not working in IE-7 I have been working on a click to call plugin for internet explorer. For this i have written a BHO (Browser Helper Object) ...
0
votes
1answer
224 views

NavigateComplete2 event and redirection

I am writing a BHO (Browser Helper Object) in IE and I need to track redirection. Initially I thought BeforeNavigate2 event would be the one I need but I learned that it is actually for frames ...
2
votes
0answers
58 views

Retrieving Tags from web pages

I am working on a (Browser Helper Object) plugin for Internet Explorer using C++. I intend to use IHTMLDocument2 interface to fetch all tags from a Web page, identify phone numbers and add a hyperlink ...
0
votes
0answers
143 views

On Download Complete event with BHO

Can any one help me i am struct here. i want to implement OnDownloadComplete event but when this function got hit its not showing web page in browser why is not displaying any thing the below piece of ...
0
votes
0answers
74 views

FileDownload Event in Internet Explorer

can any one give me good example of file download event.i tried the below code for not displaying download dialogbox for only pdf but its not even downloading any of the webpage can any one tell me ...
0
votes
1answer
67 views

Determine MIME type of a file while opening in browser using c++ and browser helper object

when i click a link on browser which opens a file (. PDFs ,.doc,....) how to find the mime type of that file which is getting opened using browser helper object? i am new please help me thanks in ...
0
votes
1answer
53 views

Event control on PDFs using Browser Helper Object

i am new to Browser helper object i got the below link http://www.codeproject.com/Articles/37044/Writing-a-BHO-in-Plain-C which helps me to understand BHO but using this how can i acheive --in ...
1
vote
1answer
233 views

How to hook WinInet properly with multiple threads?

I've written a BHO for Internet Explorer that hooks WinInet to modify some HTTP requests from IE by redirecting them to an internal server. It works fine when I open the first 3 tabs in IE as a new ...
0
votes
2answers
98 views

browser helper object in c++

i am new to win api ,this is what i was using in my code SINK_ENTRY_EX(1, DIID_DWebBrowserEvents2, DISPID_DOCUMENTCOMPLETE, OnDocumentComplete) this is perfectly working note : ...
0
votes
1answer
117 views

Installing a BHO with Wix

i just finished my Browser Helper Object and Im currently writing an installer for it. so far i managed to get an MSI which copies the .dll to the desired location, but im not sure how i can register ...
1
vote
1answer
158 views

DOMContentLoaded never raised in BHO (IE9)

I want to listen to the DOMContentLoaded event in a BHO for Internet Explorer 9. I've attached the event to the IHTMLDocument3 in the NavigateComplete2 event without success (attachment goes fine, but ...
0
votes
1answer
106 views

onload event seen only once per tab

I have a BHO which listen for the onload event. here is the code (simplified) run at each BeforeNavigate2 event: CComQIPtr<IWebBrowser2> pBrowser(pDisp); CComPtr<IDispatch> pUnk = NULL; ...

1 2 3 4 5 7