E
Eric D. Anderson
Well I am somewhat new to programming in c#. And I am having a hard time figuring out how to open up a 2nd form within my program.
Here is what I am wanting to do:
When I click the "about" option from the menuStrip within my program, I want it to open up a form that I created, and show the user the information about my program.
I have already created the About form that I want to use, but I don't know how to make it show up when the about option is clicked. Any suggestions?
Here is what I am wanting to do:
When I click the "about" option from the menuStrip within my program, I want it to open up a form that I created, and show the user the information about my program.
I have already created the About form that I want to use, but I don't know how to make it show up when the about option is clicked. Any suggestions?