Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
C# Programming From Problem Analysis to Program Design Study Set 1
Exam 9: Introduction to Windows Programming
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
Double-clicking on the form when you are using the Form Designer brings up the Code Editor and also ____.
Question 42
Short Answer
A large field of research in the field of computing is focused on ____________. The research concentrates on the design and implementation of interactive computing systems for human use.
Question 43
Short Answer
Inheriting characteristics from base classes adds ____________ to your program without the burden of your having to do additional coding
Question 44
True/False
Additional controls can be bought from other vendors and added to the Toolbox.
Question 45
Short Answer
The ____________ property for the form can be set to a specific button to allow the Enter key to be associated with that button, so that pressing the Enter key is the same as clicking the button.
Question 46
True/False
In order to change the background color for the application, you could set the BackColor property of the form.
Question 47
Short Answer
With Windows applications, both the files, Form1.cs and Form1.Designer.cs, only include part of the definition for the class in their file. Thus, both include the keyword ____________ in their class heading definition.