Question from the C# Winforms test

Create a new frmSecondary object and show it.

Medium

You are creating a Windows Forms application with two forms: frmPrimary is the main form on which you have added a button. On the button click event you must open the frmSecondary form. You must also prevent the user from returning to frmPrimary until they have left frmSecondary. What method will you use to open frmSecondary?

Author: Guillaume BroutStatus: PublishedQuestion passed 212 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!