After adding a form to a C# program, I am unable to use it. I want to
use form1 as a sort of menu, so that when the user clicks a button,
form1 will close and form2 (or form3, etc) will open. What code must I
write to make this happen? I am new to programming, so go easy on me
with the explanation please.
Thank you for any help you can offer.
use form1 as a sort of menu, so that when the user clicks a button,
form1 will close and form2 (or form3, etc) will open. What code must I
write to make this happen? I am new to programming, so go easy on me
with the explanation please.
Thank you for any help you can offer.
Comment