Using updated ActiveX controls
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have an MFC dialog application that uses an ActiveX component also written by me (in VB). The control has been updated to include some new methods and events. The original control was placed into the dialog resource with the dialog editor and Class Wizard generated the wrapper classes for it. So now the control is updated how do I get the application to use the new control with the new methods available and new events in the dialog class? Thanks Sid