My MFC ActiveX
is simple active. I make it by MFC ActiveX
template of Visual Studio 2008.
i just add call show message dialog when ActiveX
destroy to test.
CmfcActivexCtrl::~CmfcActivexCtrl()
{
AfxMessageBox(_T("destroy"));
}
I open my page embed this ActiveX
. After I navigate to other address.
- if i disable skype-addon then message "destroy" display. ActiveX destroyed
- if i enable skype-addon then message "destroy" don't display. ActiveX don't destroy.
Sorry. my English is bad.
I test in ie7 and ie8. it is bug of skype or bug of MFC. what is solution?