WM_MESSAGE => KILL_FOCUS
Hi Buddies,
here I am giving the solution for ActiveX control illegal closing of Internet explorer.
I had found this problem in my activex which was used in web development.
The IE was closed with the Illegal error closing message. When I try to find out the problem in debug mode, I had found that there was stack point in my variable assignment statement in VC++.
The error happens because of the memory variable not been destroyed after the control was destroyed. The memory was not flushed after the activex control unloaded. I just check the flag in activex WM_MESSAGE => KILL_FOCUS.
Hope it may help you in activex coding part.
...........
bye
thanks
