A
allancady
I'm getting started building a composite control, with my control being
derived from UserControl. For some reason, my override of
UserControl's OnLoad is being called four times for a single instance
of my control. I haven't been able to figure out why this is.
I had the same code implemented initially as a form in an exe, (instead
of deriving from UserControl), and I didn't have this problem. But now
that my control is in its own DLL library, it's doing this.
Anyone have any idea why?
Thanks,
Allan
derived from UserControl. For some reason, my override of
UserControl's OnLoad is being called four times for a single instance
of my control. I haven't been able to figure out why this is.
I had the same code implemented initially as a form in an exe, (instead
of deriving from UserControl), and I didn't have this problem. But now
that my control is in its own DLL library, it's doing this.
Anyone have any idea why?
Thanks,
Allan