G
Guest
Greetings,
I have a "newbie" question regarding C#.NET. I am using the "Windows
Application" template and am simply trying to display a second form
("frmInstructions") once the user clicks a command button on the main form.
In the "Click" event of the command button, I have the following code:
Application.Run(new frmInstructions());
I have also tried "frmInstructions.ActiveForm.Show", but neither are
working. Can anyone tell me what I'm doing wrong?
Thanks in advance!
I have a "newbie" question regarding C#.NET. I am using the "Windows
Application" template and am simply trying to display a second form
("frmInstructions") once the user clicks a command button on the main form.
In the "Click" event of the command button, I have the following code:
Application.Run(new frmInstructions());
I have also tried "frmInstructions.ActiveForm.Show", but neither are
working. Can anyone tell me what I'm doing wrong?
Thanks in advance!