Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Visual Basic 2017 for Windows Applications
Quiz 3: Program Design and Coding
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
To use an image in a program, the image first must be ____ into the Resources folder.
Question 2
Multiple Choice
The unit of measurement for a selected PictureBox object is ____.
Question 3
Multiple Choice
The Normal attribute of the SizeMode property places the image in the ____ corner of the PictureBox object without any changes.
Question 4
Multiple Choice
Which of the following color palettes for the BackColor and ForeColor properties contains colors that are guaranteed to be displayed properly on every computer?
Question 5
Multiple Choice
IntelliSense choices can be selected by ____.
Question 6
Multiple Choice
The ____ property of an object controls the color of text that appears in the object.
Question 7
Multiple Choice
Visual Studio 2017 offers three ____ of colors to use for the BackColor and ForeColor properties.
Question 8
Multiple Choice
The ____ option of the SizeMode property of the PictureBox object will adjust the size of the image to match the size of the PictureBox object.
Question 9
Multiple Choice
When the ____ property of an object is set to False, the object will not appear on the form when the program starts.
Question 10
Multiple Choice
____ is a choice on the SizeMode list in the Properties window for PictureBox objects.
Question 11
Multiple Choice
Clicking the ellipsis button at the end of the Image property of the PictureBox object will display the ____ dialog box.
Question 12
Multiple Choice
The Image property of the ____ object is used to specify the image that will be displayed.
Question 13
Multiple Choice
____ automatically creates indentations in program code to make it easier to read and understand.
Question 14
Multiple Choice
The Error List window will display the ____ number where the error was detected.
Question 15
Multiple Choice
To make an image available for display in a PictureBox object, the image should be imported into the ____ folder.
Question 16
Multiple Choice
The ____ option of the SizeMode property of the PictureBox object does not change the size of the image or the size of the PictureBox object, and aligns the center of the image with the center of the PictureBox object.