Podcast
Questions and Answers
What does the MessageBoxButtons enumeration represent in a MessageBox?
What does the MessageBoxButtons enumeration represent in a MessageBox?
What does the ToolTip control display when the user points at controls?
What does the ToolTip control display when the user points at controls?
What does the MessageBoxIcon enumeration represent in a MessageBox?
What does the MessageBoxIcon enumeration represent in a MessageBox?
What is the purpose of using the ErrorProvider with textBox1?
What is the purpose of using the ErrorProvider with textBox1?
Signup and view all the answers
When does the TextChanged event occur for a TextBox control?
When does the TextChanged event occur for a TextBox control?
Signup and view all the answers
What is the primary purpose of a NumericUpDown control?
What is the primary purpose of a NumericUpDown control?
Signup and view all the answers
What control allows the user to make multiple selections from a number of options?
What control allows the user to make multiple selections from a number of options?
Signup and view all the answers
Which control represents a panel that dynamically lays out its contents in a grid composed of rows and columns?
Which control represents a panel that dynamically lays out its contents in a grid composed of rows and columns?
Signup and view all the answers
What control is typically used to contain a logical group of RadioButton controls, each group of buttons being mutually exclusive?
What control is typically used to contain a logical group of RadioButton controls, each group of buttons being mutually exclusive?
Signup and view all the answers
Which control is used for selecting and displaying the date/time with a specific format in the form?
Which control is used for selecting and displaying the date/time with a specific format in the form?
Signup and view all the answers
What control can be used to lay out its contents dynamically either horizontally or vertically?
What control can be used to lay out its contents dynamically either horizontally or vertically?
Signup and view all the answers
What control can display text, an image, or both?
What control can display text, an image, or both?
Signup and view all the answers
Which event occurs whenever the Checked property changes value?
Which event occurs whenever the Checked property changes value?
Signup and view all the answers
What built-in control contains two panels and a splitter?
What built-in control contains two panels and a splitter?
Signup and view all the answers