
Event from dynamically created control doesn't raise
Hello
I built a control container (not an OLE container, simply a control which
hosts other controls at runtime) which dynamically loads controls. All of
the controls fire an event (Change) to indicate state change. This event is
catched in the control container by the ObjectEvent handler. All worked fine
for an amount of time, but since the last project change the event doesn't
seem to make its way to the container. If I place one of these controls at
design time in a form I get the event, but I don't if I load it with
Controls.Add.
Any idea how to workaround this?
Thanks
Karsten