Problem in activeX control events
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I've created a MFC activeX control in vc++ 6.0. I am using that control in vb 6. I am catching the events fired by the control in the VB application. The problem is that when i step through the application in VB i catch all the events thrown by the control however when i compile the application and run it i am unable to catch the events. Also when i debug the application in Visual C++ i can see that the events are being fired properly but VB application does not respond appropriately. Any body know why this might be happening? Thanks