Multiple Choice
When you create a Windows Forms project, Visual C# adds a form to the project and calls it ____.
A) button1
B) Form1
C) form1
D) Window1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: If you change a Form's Name, you
Q10: How do you delete an unwanted event-handling
Q14: When opened, the _ provides lists of
Q15: When deciding which interface to use, pick
Q16: _ are rectangular GUI objects that provide
Q16: What are TextBoxes and how do you
Q21: The order in which controls receive focus
Q22: The _ in the Visual C# IDE
Q23: Adding functionality to a Button is easy
Q32: How do you create a Form visually