
ActiveX control inside another ActiveX control
(Sorry first post no Subject :-( )
Hi,
For sometime now I have been struggling with using COM in Visual C++.
I want to use COM containment, as that seems the easiest, to contain an
activex control inside another activex control.. But I can't find ANY
examples of COM containment using ActiveX controls with a GUI! I have found
examples of COM containment command line (which I can do), I have found
examples of creating an ActiveX control from scratch (which I can do), but I
have found no examples of containing an ActiveX control inside another! Can
anyone help out there? The closest I have got is creating a Composite
control and inserting the inner activex control onto the dialog in the
resource editor, but this seems a bit rubbish.
Thanks
Matt