How to Add Another Forms in the MenuControls
How To Redirect The Forms From MenuControls
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj PandeyPosted Jun 12, 2013, 8:58 AM
Form2 x=new Form2();
x.Show();
this.Hide();
use it.
Chandan Kr MadalPosted Jun 12, 2013, 6:36 AM
then create a object of another form then obj.show();
like--
Form2 obj = new Form2();
pbj.show();