AcitveX container hanging problem
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need some help in codding ActiveX container. Short description : Microsoft Visual Studio 2003 and other vsersion (6,7) , includes sample TstCon - a sample of ActiveX Container. When I place control and than delete it or open new document, this program hang up every time when i close it. I modified ContainerItem method OnDelete()... after pItem->Delete() i put delete(pItem); its all works under win2k... but... in 98SE,XP after deleting control, when i try to insert new control an error occured "Failed to connect.Link may be broken".:sigh: So does any one knows how to solve this, and force it to work correctly.:confused: Thanks.