When I open an web page embedding an ActiveX control, the IE (internet explorer) downloads, registers, and executes the ActiveX control.
When the ActiveX control is executed at first after being downloaded and registered, if I open another IE window, the IE which is executing the ActiveX control terminates abnormally.
But, after the first time termination, there is no problem. The ActiveX control does not terminate abnormally.
It seems that the IE was abnormally terminated because the ActiveX control was executed in the same IE that downloads and registers the ActiveX control.
Is there anyone who can know the reason of my problem?
I am using VC++ 6.0 and MFC to make the ActiveX control.
Please, let me solve the problem.
Thanks in advance.
-------
Sung Hwan Kim
When the ActiveX control is executed at first after being downloaded and registered, if I open another IE window, the IE which is executing the ActiveX control terminates abnormally.
But, after the first time termination, there is no problem. The ActiveX control does not terminate abnormally.
It seems that the IE was abnormally terminated because the ActiveX control was executed in the same IE that downloads and registers the ActiveX control.
Is there anyone who can know the reason of my problem?
I am using VC++ 6.0 and MFC to make the ActiveX control.
Please, let me solve the problem.
Thanks in advance.
-------
Sung Hwan Kim