B
BJ
Hi,
I have created a MainForm and another form called "Form2" statically. I
would like to call Form2 from MainForm, how do I do this?
I have tried in MainForm:
Form2.ActiveForm.Show();
But no luck.
I have created a MainForm and another form called "Form2" statically. I
would like to call Form2 from MainForm, how do I do this?
I have tried in MainForm:
Form2.ActiveForm.Show();
But no luck.