How to receive Events from VB OCX ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am using an OCX ActiveX control which was written in VB within my MFC project. After successfully inserting the OCX into my project, I can use the few methods declared within it and can use them successfully. My problem is : I don't see the Event , that OCX is able to raise.The function just doesn't appear in the interface class the wizard created, to help me use the OCX. How can I intercept the raised Event ? Rubi