Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is the command used in c# to redirect one winform to another?

user-image
Question added by Rhitz kumar
Date Posted: 2013/10/08
Amen Ayach
by Amen Ayach , .Net Team Leader, Project Coordinator and Senior Solution Designer , Netways

Let say that you are loading Form1 and want to run Form2:

 

Form2 frm = new Form2();

Form2.Show();

 

Or

 

using(Form2 frm = new Form2())

{

      frm.ShowDialog();

}

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.