
Need help with ActiveX control containing other activex controls
By "aggregate", do you really mean aggregation in the COM sense, or do
you simply contain those controls? Do you have a composite control with
those two on the dialog template, or how do you instantiate them?
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> Hi all,
> I have developed an activeX control which aggregates MS Chart control
and MS
> Ado control. Now i am having two problems.
> 1. I want to show the property pages of MS chart and ado control along
with
> the container activex control (my control)'s property page when user
selects
> properties of my control in design mode. Is there anyway to do this?
> 2. How to persist those properties? I have checked some article in
> coldguru.com and have tried them but no use. Here i want to mention
that the
> activex control will be used in html pages so i need to serialize the
> properties to the html page in which it would be inserted.
> Thanks in advance,
> Arsalan.