Subclassing / embedding Active X's
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Greetings... In VC++ 6 I want to create an activeX that contains another activeX, is this possible? I have tried subclassing the control but I cant get the thing running? It works if you subclass from ActiveX's that are listed in the project wizard dropdown (upon wizard project creation, step 2 I think, like BUTTON for example) but does not if you are trying to inherit from a custom activeX!!! Cheers