0
Yes, thanks to all, the problem was solved.
0
So is yur question answered?
0
Sorry for the wait I was out of town for about a day and forgot to bring my pc. I tried what you guys instructed but an error accured with the new 'form1' we declared. What me by surprise was it failed during the build and didn't appear in the error list.
0
Is yur question answered? If so then please mark the post that answered it. If not then you need to provide more information.
0
There are Two ways Show Normal Form
Form2 f2 = new Form2();
f2.Show();
Display Form Like Dialog in which Only One Form active at a Time you can not Do any thing till Form 2 is Open
---------------------------------------------
Form2 f2 = new Form2();
f2.ShowDialog();