Multiple Choice
A good design principle to follow when developing Windows applications is ____.
A) to keep data entry to a minimum
B) to add all buttons before any other controls are added
C) use dark foreground and medium dark backgrounds on the form
D) register events as soon as possible
Correct Answer:

Verified
Correct Answer:
Verified
Q2: It is more important to spend time
Q3: To reduce the chances that typing errors
Q4: With console-based applications, you register events about
Q5: Instead of calling on the operating system
Q6: Probably the most commonly used control for
Q8: All changes to the property values can
Q9: Event handlers are _.<br>A) processes<br>B) methods<br>C) programs<br>D)
Q10: Windows forms and controls offer a wide
Q11: The _ method of the Control class
Q12: Most of the classes used to develop