Which property of a control in a Windows Forms Application is used to specify its position and size within its container?
A. Location
B. Size
C. Visible
D. Text
Answer: Option B
A. Location
B. Size
C. Visible
D. Text
Answer: Option B
What is the primary purpose of a Windows Forms Application in C#?
A. To create graphical user interfaces
B. To perform mathematical computations
C. To manage database connections
D. To interact with web services
Which namespace is commonly used for building Windows Forms Applications in C#?
A. System.IO
B. System.Data
C. System.Net
D. System.Windows.Forms
Which control is used to display text to the user in a Windows Forms Application?
A. TextBox
B. ComboBox
C. Label
D. PictureBox
What is the purpose of the Form class in C# Windows Forms Applications?
A. To perform mathematical computations
B. To represent a window in the application
C. To manage database connections
D. None of the above
Join The Discussion