
ATL Composite Control - GetControlInfo not called!
Because ATL hosting support provides just the bare minimum of services
required from an ActiveX container. In particular, it never calls
IOleControl::GetControlInfo. See
http://www.microsoft.com/msj/1299/containment/containment.htm
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> I've got a ATL Composite Control with an ATL Full Control
> contained in it. As I wrote in another thread, the Full
> Control isn't functioning correctly.
> What I noticed:
> The Full control's GetControlInfo method isn't called
> when it is hosted in my Composite control.
> Why? Does somebody know?