Hi,
I would like to write an extension?/plugin? for IE. The purpose is the render some custom data (mathematical functions for example). The user should be able to interact with the graphic (move, turn, zoom in/out). The extension/plugin should be embedded in
the HTML content using the EMBED tag or the OBJECT tag.
I was searching a long time on the web for a solution with BHO but it seems to be that you can only do browser extenstion. What I need is more a content extension (show custom content in an area defined with a width and a height).
What would be the best way to do this? Should I use an ActiveX? Or create a new binary behavior? At first I would be happy to find any example how to do this (no matter in which language)? The next step for me would be to do a wrapper for C# (but may be
am I asking to much?).
Olivier