I'm new with C# and would like some help with a school project.
How do I make a toolstrip button open another form in my project.
I'm using visual studios 2010.
Thanks
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.
Bikesh SrivastavaPosted Jul 25, 2016, 2:44 AM
Bhuvan PandeyPosted Jul 25, 2016, 1:28 AM
Hi Gary Elisabeth,
Your question is not much clear whether you want to open another existing form or want to create open dialog box.
Form2frmObj = new Form2();
frmObj.Show();