redspider
March 14th, 2007, 09:18 AM
When i open Form2 from Form1 i cannot access Form1 with out closing Form2
How can i over come this, Asynchronous forms maybe ?
This is the code im useing to open Form2
Form2 form2 = new Form2();
form2.ShowDialog();
How can i over come this, Asynchronous forms maybe ?
This is the code im useing to open Form2
Form2 form2 = new Form2();
form2.ShowDialog();