Multiple Choice
Which of the following lines of code could be used to display the current date as MM/DD/YY in a status bar?
A) DateToolStripStatusLabel.Text = Now.ToShortDateString
B) DateToolStripStatusLabel.Text = Now.ToLongDateString
C) DateToolStripStatusLabel.Text = "MM/DD/YY"
D) DateToolStripStatusLabel.Text = Now.MM/DD/YY
Correct Answer:

Verified
Correct Answer:
Verified
Q12: In Visual Studio,WPF stands for _.<br>A)Windows Presentation
Q13: By default,the only control in the VB
Q14: The user interface in WPF uses _
Q15: Each button on a ToolStrip control has
Q16: Setting the Uppercase property of a text
Q18: Display information in a StatusStrip control by
Q19: XML is a platform-independent format that is
Q20: The _ control is the calendar control
Q21: The DateTimePicker control has a Value property
Q22: When you add a status bar to