Podcast
Questions and Answers
What is the purpose of the & symbol in a menu item?
What is the purpose of the & symbol in a menu item?
What happens when you double-click on an item in the menu?
What happens when you double-click on an item in the menu?
What is the purpose of the code this.BackColor = Color.Red;
?
What is the purpose of the code this.BackColor = Color.Red;
?
What is the purpose of the exitToolStripMenuItem_Click
method?
What is the purpose of the exitToolStripMenuItem_Click
method?
Signup and view all the answers
How do you set an image for a menu item or ToolStrip?
How do you set an image for a menu item or ToolStrip?
Signup and view all the answers
What is the purpose of the MenuStrip
control?
What is the purpose of the MenuStrip
control?
Signup and view all the answers
What is the purpose of the Save As dialog box?
What is the purpose of the Save As dialog box?
Signup and view all the answers
What is the method used to bring up a dialog?
What is the method used to bring up a dialog?
Signup and view all the answers
What is the general form of the MessageBox?
What is the general form of the MessageBox?
Signup and view all the answers
What is the purpose of the Filter property in the SaveFileDialog?
What is the purpose of the Filter property in the SaveFileDialog?
Signup and view all the answers
What is the object used to add a printing feature to a form?
What is the object used to add a printing feature to a form?
Signup and view all the answers
What is the result of a dialog box recorded as?
What is the result of a dialog box recorded as?
Signup and view all the answers