G
Guest
With an application with more than one window I can display another windo
Form2 f2 = new Form2()
f2.Show()
However when I want to return to form1 what do I need to do
I tried to use Activate, but it didn't wor
if I do as I did above a new form is instantiated
Form2 f2 = new Form2()
f2.Show()
However when I want to return to form1 what do I need to do
I tried to use Activate, but it didn't wor
if I do as I did above a new form is instantiated