Internet Explorer add-ons add features to the browser, similar to Chrome extensions and Firefox plug-ins.

learn more… | top users | synonyms

0
votes
0answers
15 views

Advantages & Disadvantages of writing IE addons in .NET

Since i am a .NET developer, I am planning to write a IE addon in .NET. Does anyone here have experience with/in developing IE extensions in .NET that can share their knowledge? Specifically i like ...
0
votes
0answers
30 views

IE Browser extension method for showing a new addon ICON on browser

I have to place a icon/button on IE browser and on click of it i have to perform some operation.Which option do i need to use. Shortcut menu extensions Toolbars Explorer Bars Browser Helper Objects ...
0
votes
1answer
73 views

Is there a magnifying ruler to measure pixels?

I have been looking for this for a while: There are a ton of ruler extensions for all the common browsers but I can't find one that has a magnifying glass. Can anyone help me out please? I'm talking ...
0
votes
0answers
93 views

NSIS installer for Chrome,Firefox and IE all in one [closed]

I want to create an installer for my extension for all 3 browsers in one .exe file I am new to NSIS and really need a lot of help with it I need the installer to be only 1 file total and not to work ...
0
votes
1answer
30 views

Retrieving JavaScript function's parameters of every webpage through addon

I want to display javascript function's parameters of every webpage through my addon. the below javascript code is my addon code. i am using internal function hooking mechanism. hookEval = eval; eval ...
0
votes
0answers
13 views

“document_start” for IE addon?

This is with reference to "document_start" for Firefox addon? what is the equivalent document_start for IE addon? I want to execute a javascript file in my ie addon at the start of ...
0
votes
0answers
97 views

Tab key didn't working in inplace activeX window

I created the following class using WTL/COM technologies. This class create window which contains ActiveX object of Internet Explorer (via CAxWindow2) Class is a part of plugin dll for Internet ...
0
votes
0answers
84 views

Uninstall/Clear IE ActiveX Addon programatically (win32)

I'm trying to clean up the traces left by an ActiveX IE Addon. The Addon (COM DLL) was installed using a cab file. Manually, IE -> Manage Add-ons -> open the addon and REMOVE is also not helping. It ...
0
votes
0answers
91 views

SpicIE call C# method from javascript

I'm developing Internet Explorer (8) add-ons with Visual Studio 2008, coded in C# with the help of SpicIE. What i'm trying to do is providing a Foo object to javascript so that can be called from ...
0
votes
0answers
18 views

Receive callback in IE addon while user submits information

I am creating a IE add on in C++ that will save user information as soon as user submits the form. For this I need to trap postback/form submit event where I can extract user information from the form ...
1
vote
3answers
207 views

Determine if Internet Explorer is in private browsing mode from extension

Is it possible to detect private browsing mode on Internet Explorer using Forge Trigger.IO's framework from an extension? EDIT I am looking for something similar to Firefox's ...
1
vote
1answer
69 views

Block / Allow resources loading into Internet Explorer

It is possible to use the Forge Trigger.IO framework to develop an extension for Internet Explorer that examines resources or HTTP requests before they load and arbitrarily decides to allow or block ...
1
vote
0answers
62 views

javascript: cloneNode causes scripts execution in IE

I have been using cloneNode API on DOM objects implemented natively by browsers. Behavior looks fine in FF and chrome, but in IE the scripts inside the node to be cloned is also getting executed as a ...
0
votes
0answers
134 views

Creating BHO with SpicIE - mscoree.dll pointing - regasm registration

When I try to install the dll file. it show me on IE add-on this information about my BHO: Name: DisplayActiveElements.DisplayActiveElements Publisher: Control ...
0
votes
1answer
63 views

Creating add-ons for IE8/9

I have a task of "porting" Chrome browser extension to Intrenet Explorer add-on. However I have pretty much trouble even at start. In particular it's hard to fine any kind of general guide, start ...
0
votes
1answer
87 views

Is It Possible to Disable a Particular IE Add-on When Visiting My Site?

I've been having a compatibility issue with the "Yontoo API" add-on from Yontoo LLC in Internet Explorer 9 (and probably 10). This is apparently a questionable add-on only available for IE (although ...
0
votes
1answer
42 views

Internet Explorer run-once resident JavaScript in addon

There is a such thing as "background page" in Chrome extensions. It allows to add a kind of run-once code for extension which also sits resident, and then access it from other pages like this: var ...
0
votes
0answers
96 views

Java IE8 plugin

I would like to develop a Java ActiveX plug-in for Internet Explorer 8. The purpose of the application is to read data from the IE8 page which is currently open (in terms of JS, a few getElementById) ...
0
votes
0answers
117 views

external.menuArguments.document is null or not an object.

I am developing a small IE8 addon, with which I am currently struggling a little. The purpose of it is to simply retrieve a particular id from the site on which currently the user is on button click. ...
0
votes
0answers
164 views

IE8 addon, coded in javascript

I've made a small IE8 add-on, the button in the tools bar appears as it should be, but once it is clicked, gives error: Script: secret Line: 1 Char 8 Error: Expected ';' Code: 800A03EC Source: ...
0
votes
1answer
44 views

Internet Explorer Toolbar issue

I'm developing an add-on toolbar for Internet Explorer based on pretty IE toolbar in c# .. But, while trying i found that this toolbar is getting showed up in File Browser also.. How to make it ...
2
votes
1answer
181 views

Internet Explorer 7+ Addon to control tabs

Initial note, I am not a c# programmer, but I have developed addon/extensions for chrome and firefox, and I need a third extension for internet explorer for a work-related project. I am trying to ...
1
vote
0answers
142 views

How to intercept context menu item selection in IE? SPY++ doesn't receive WM_COMMAND on any IE window

Once a user clicks right clicks on some webpage in IE, a context popup menu is shown to user which contains some items like Print, View source and some other custom items. Now i know how to add some ...
1
vote
0answers
38 views

How to add an entry to File Menu bar in Internet Explorer

Is there a way to customize File Menu in internet explorer. I am making an add-in in which i want to add something next to File->Send or say File->Print. by documentations, i saw that only Help Menu ...
2
votes
0answers
67 views

Add button in IE Manage Add-ons dialog box

Is it possible to add custom button in Manage Add-ons dialog box. I want to add it in the BHO description and info field, when my BHO is selected.
0
votes
1answer
38 views

Building IE8+ add-on

I'm a .Net developer and I would like to leverage my knowledge to create an IE add-on. Basically this add-on should have a button in the toolbar. Once the button is clicked I should save whole page in ...
0
votes
1answer
127 views

What are the best pratices for storing user configuration?

What are the best practices to tore user configuration (which the user can change) in a browser extension for Internet Explorer? on Chrome/Safari/Opera, I use localStorage. In Firefox, I use the ...
1
vote
1answer
544 views

How to add a Firebug Lite extension to Internet Explorer 7/8?

I've been trying to figure out how BrowserStack has added Firebug Lite as an extension to IE 7/8 but cannot seem to find anything that does this. See the image below and note how Firebug icon appears ...
0
votes
1answer
148 views

IE9 does not ask to instal flash when it's needed on a website

I'm using IE9 on a Windows 7 64bit machine. For testing, i've disabled my flash add-on in IE9. I expect IE9 to ask the user to install flash when it's required. So does firefox and chrome, but IE9 ...
1
vote
2answers
282 views

Windows XP: where to write to registry from IE?

I need to read/write some information in the Windows registry from my BHO. On Windows Vista/7, I create a new key under HKEY_CURRENT_USER\Software\AppDataLow\Software. This works fine, even in ...
0
votes
1answer
469 views

How to open a new tab from BHO?

I would like to open a new tab from my BHO done in C#. Process.Start(u) opens a new window, not a tab, and call the default browsers, which might not be IE. I want to open the new tab to prompt the ...
0
votes
1answer
164 views

BHO: where to write to regisitry?

In C++, Browser Helper Objects should use IEGetWriteableHKCU to know where they can right to the registry. What is the equivalent function for C#? I want to save user preferences, it looks like the ...
2
votes
1answer
219 views

How to embed an image on a web page from a BHO?

I have a BHO library mybho.dll written in C#. I have embedded a Resource file "image.png". I'd like to show this image on some pages. According to what I read, it should look like this: <img ...
0
votes
0answers
191 views

creating vb6 add in for internet explorer with access to a port

is it possible to do that? I'm creating a project in vb6. The idea is to receive the webpage by the mobile (bluetooth) as a text file and show it through com4 port to a PC user. Mobile is connected ...
1
vote
1answer
156 views

Log4net inside BHO does not work?

I'm trying to use log4net with an external config file, but it does not work: nothing gets logged <?xml version="1.0" encoding="utf-8" ?> <log4net> <appender name="RollingFile" ...
1
vote
1answer
146 views

How to show a warning or bar from BHO in Internet Explorer?

I'd like to display a warning on some websites, similar to the warning IE shows when it blocks an ActiveX. Or a bar (not a tool bar) like Google Translate (from the Google Toolbar): I'm trying ...
0
votes
3answers
568 views

How can I create an Internet Explorer addon?

How to create an Internet Explorer addon with .net. All I need is a just a menu under right click context menu. .net is a must. Edit: What I am trying to do is add a context menu to IE.
4
votes
1answer
2k views

Calling BHO method from Javascript?

I am trying to call my BHO method from the javascript. The problem is same as stated in the the following posts: Call BHO from Javascript function ...
0
votes
0answers
70 views

Building Browser Add ons - do Internet Explorer Users Install Them? [closed]

Firstly sorry if this isn't quite the right place to post this question. It's kind of related to software development insofar as it relates to supporting/disproving the business case for IE add on ...
0
votes
2answers
500 views

My Internet Explorer add-on does not work

I have written sample IE add-on (based on samples found on internet). This addon makes log file and writes in it informations from OnDocumentComplete and OnBeforeNavigate2 events. Unfortunatelly this ...
0
votes
1answer
206 views

SpicIE - OnDocumentComplete not being called

I downloaded the SimpleLogger sample add-on. When I ran it, I noticed that OnDocumentComplete is not being called. OnBeforeNavigate is being called though. What can be the reason that its not being ...
0
votes
1answer
314 views

deskband toolbar button is not showing when IE protected mode is enabled

I have developed an add-on button that sends a tcp message to another process with the URL of the current tab. That's all it does Since my experience is limited to managed code, I have used this ...
0
votes
2answers
703 views

How to make an IE addon/extension in JavaScript?

I need to create a simple IE addon, and trying to figure out how to do that in JavaScript. So far I saw a bunch of .NET examples on MSDN, and I've also seen the FireBreath project (which is kinda cool ...
1
vote
0answers
365 views

Editing cookie from IE Addon

I am trying to create one addon using C#.net and SpicIE framework. I want to edit a cookie for a particular domain from my addon. I want to read/write values to/from cookie. How can i do it? Please ...
4
votes
1answer
452 views

How to get page source of IFrame in a subdomain in IE addon

I am making an IE Addon using BandObjects in C#. I am making my web browser navigate to a page, suppose it's example.com. In that page there's an IFrame whose src is sub.example.com. So, IFrame points ...
1
vote
2answers
349 views

Internet Explorer Addon Toolbar Button Error

I am currently developing an IE toolbar button in C# that is supposed to be able to get the contents of the current tab and work with it. However, whenever the button is clicked, the ...
1
vote
1answer
196 views

Can Internet Explorer run Add-Ons targeting different .NET Framework versions?

If I build an IE Add-On on top of the .NET Framework 4.0, can it be used at the same time with other Add-Ons targeting different .NET Framework Versions (i.e. 2.0)? Also, should I care about ...
9
votes
3answers
404 views

How to uninstall IE Addon

I am building an IE Addon in C#. I uninstall my addon using Programs and Features. But it doesn't work out. The toolbar stays there on the browser. Tried Manage Addons from Tool Menu in IE. It ...
1
vote
1answer
233 views

What are the limitations of SpicIE in developing an IE add-on?

Are there limitations to using SpicIE (with C#) to develop an IE extension? If an IE extension is developed in SpicIE, and then later needs to be developed as a BHO (C++?), will it have to be rebuilt ...
2
votes
1answer
2k views

Call BHO from Javascript function

Greetings, I am new to MSDN/Windows programming/MFC/IE extension development environment. I am looking to port my Firefox and Chrome addon into an IE addon. I have been successful to a good extent ...

1 2