Questions tagged [ieaddon]

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

Internet Explorer add-ons add features (for example, extra toolbars, animated mouse pointers, stock tickers, and pop-up ad blockers) to the browser. Here is the user FAQ and gallery for such add-ons.

100 questions
0
votes
1 answer

How to develop and deploy add-ons for IE 11

can someone answer any of these questions? Is it possible to develop an add-on for IE 11 with access to networking APIs (UDP/TCP sockets)? Is there any website like Chrome Web Store for publishing add-ons? Is there a way to install an add-on from a…
KaBa
  • 285
  • 3
  • 16
0
votes
1 answer

Passing configurations to IE addon

I have an IE addon written in C++ using BHO with which I want to use Log4net to introduce logging into the addon. I don't intend to have any UI (dropdown etc) for this plugin. Therefore, to enable, disable and set log levels, what options do I have?…
Wahaj Ali
  • 4,093
  • 3
  • 23
  • 35
0
votes
0 answers

Clear Internet Explorer's address bar using C#

I am developing an IE add-on in C# and I need to clear the IE's address bar, i.e. set it to empty string but stay on the current page. This page is an html located on the localhost and replaces the default Start Page of IE. When a user opens a new…
0
votes
1 answer

AngularJS IE9 Crash due to Add-On

After getting my IE9 install to be caught up to the user's IE9 KB version I then had her run "Internet Explorer (No Add-ins)". Search windows for "Internet Explorer" and you should see it. If your web site works then you know it was a rogue add-in…
D. Kermott
  • 1,613
  • 17
  • 24
0
votes
1 answer

How to access missing/hidden HTMLDocumentEvents4 events (onchange event) or attach event listeners to element

In MSHTML interface HTMLDocumentEvents4 should contain around 30 events (as per msdn page http://msdn.microsoft.com/en-us/library/ff976251(v=vs.85).aspx#events) but only onmssitemodejumplistitemremoved and onmsthumbnailclick are available I want to…
Madhan
  • 5,750
  • 4
  • 28
  • 61
0
votes
1 answer

IE addon to inject java script

I have successfully created extensions for chrome and Firefox that utilize content script to inject javascript. What is the best way to accomplish the same thing for an IE add on? The information I have found so far points to a bho written in c++ as…
Martin Nilsson
  • 659
  • 1
  • 8
  • 17
0
votes
1 answer

What will be ActiveX name and type of firebreath plugin?

I am trying to access a firebreath plugin from js using new ActiveXObject(servername.typename) ? I am not sure if I am feeding the correct name , I interpreted servername as by plugin name & typename as pluginNameAPI class name . When trying to…
Ritvick
  • 78
  • 6
0
votes
1 answer

Enable IE8 Add-on Programmatically

I created a toolbar using Add-In Express for Internet Explorer and it installs fine, I'm using Wix. The only issue I'm having is I want to enable it after it installs. For some reason its disabled after it installs. If I go into Tools > Manage…
Rob5tan
  • 3
  • 3
0
votes
1 answer

How to publish an Internet Exporer BHO Addon to ieGallery.com

I have successfully developed and tested an Internet Explorer BHO Add-on for my local machine. I want to publish this to the Internet Explorer Gallery @ http://www.iegallery.com/AddOns/Edit. There is no option under Type for BHO so I am assuming…
Tyler Rafferty
  • 3,391
  • 4
  • 28
  • 37
0
votes
2 answers

Browser helper object is not working?

I want to create one division above website in which I have to show login button. In order to achieve this I have made BHO program. I have done my BHO(Browser Helper Object) code using C#. In that program I have given some message box for the sake…
Anuj Srivastava
  • 144
  • 1
  • 12
0
votes
1 answer

How I can add search bar to IE?

I am trying to built a cross platform search extension. I already have one for firefox and its fairly simple to add search provide to search in firefox plugin. But in IE and chrome I don't see search bar so i was wondering if there is amy method in…
0
votes
1 answer

Internet Explorer 8/9 Add-On VB.Net - mshtml.HTMLDocument not working. Code enclosed

I'm trying to create a toolbar in Internet Explorer 8 & 9. The main functionality of this is to launch a in-house product when clicked on the icon and convert document accordingly. However, I'm having some difficulty using mshtml.HTMLDocument.…
Albert
  • 23
  • 7
0
votes
0 answers

Override window.open in internet explorer

Is there a way that I can override javascript's window.open in internet explorer on a PC? I know I can do this on an individual web page, but I want to do this for every web page that a user goes to from this PC.
Jon H
  • 193
  • 3
  • 15
0
votes
0 answers

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 send HTTP request from BHO.
Mukesh Sakre
  • 156
  • 2
  • 13
0
votes
1 answer

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 to know about advantages & disadvantages of using…
Mukesh Sakre
  • 156
  • 2
  • 13