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 215 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
1
What is the default value of the SelectionMode property of a ListView in C#?1
How to set the splitter distance and the fixed panel of a split container in C#0
Add a ToolStripControlHost to a ContextMenuStrip in C#0
What is the name of the technology that allows you to deploy a C# application to a user's computer without the user having to install it?0
How to read an XML file in C#0
How to implement drag and drop in a WPF ListView.0
How to make a dialog box full screen in C#