Applet or activex for graphical overlay plugin (IE)?
I want to write a plugin for IE that will do a little bit of parsing on any web page and render a layer on top of that page that my users can interact with (for example, an analytics map might be the most appropriate for my example). I'm trying to decide if it should be written as an applet (which I am leaning towards) or an ActiveX control?
Also, anyone who can help me with basic examples would be nice too.
0
madcolor
source
to share
1 answer
As you target IE, you can also take a look at BHOs ββ(Browser Support Objects):
http://msdn.microsoft.com/en-us/library/bb250436.aspx
+1
Dirk Vollmar
source
to share