Author: krishnakrishna
Date: Feb 21, 2007 07:28
We implement an Activex component and sign the component, etc.
I want it work like an Applet with respect security.
e.g. If a html page has an applet, it is instantiated in that page and
the javascript can use that applet the applet life cycle ended when
we move to new page.
As I understand it, ActiveX component is downloaded and registered to
windows registry with respect to our implementation of
DllRegisterServer in the component. We implement
DllUnregisterServer() also.
But When you move to new page IE does not call unregister this
component?
What am I doing wrong? if not how to achieve like this?
Can a component call unregister it self explicitly?
Regards
Krishna
|