Hello Friends,
i want to run application from one page to another page using onclick button in windows application.
Advance Thank u
Regards,
Sathish.H
Loading
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.
Priti KumariPosted Jan 2, 2014, 12:02 AM
here i have create the object of second form and call Show method or ShowDialog method.after writing this code second form open.you can write this code on button click or any other control of dot net.
myForm2 fm=new myForm2()
fm.Show();
or
fm.ShowDialog();
Sathish HPosted Dec 31, 2013, 7:39 AM
Priti KumariPosted Dec 31, 2013, 6:58 AM
Jaganathan BantheswaranPosted Dec 31, 2013, 5:10 AM