G
Guest
Hi experts,
I created a custom Component in VS.NET 2003. From my component, I need to
catch the Load event of the parent Form. The question is how can I get the
reference to the parent instance, without passing it to the constructor of my
component (because VS.NET designer use default constructor at design-time.)
Thanks in advance.
Dotnetjunky
I created a custom Component in VS.NET 2003. From my component, I need to
catch the Load event of the parent Form. The question is how can I get the
reference to the parent instance, without passing it to the constructor of my
component (because VS.NET designer use default constructor at design-time.)
Thanks in advance.
Dotnetjunky