Hi,
I am writing a program which will call Form2 and using Dock.fill feature to
fill in Form1 Panel.
Pls note that Form2 is compiled as DLL format, and add reference to Form1
already. and already Import form2 at the beginning of form1 coding there.
so when i click on form1 menu, the form2 will appear and Dock.Fill in form1
panel.
but i found out that form2_activated is not functioning. meaning that the
every event under form2_activated there is not fired.
if I open form2 project lonely, then the event is fired under
form2_activated. pls guide me where should i declare my form2_activated ?
|