Visual Basic: Windows Programming
Learn Visual Basic in FREE step-by-step lessons.
Quiz on Introduction to Visual Basic
After doing all parts of the lesson you should be able to answer these questions.
Write down the answers first. Click the
to check your answer.
GUI stands for 
An object combines both data and 
How do you start a new project? 
From the menu select File, New Project, Windows Form Application What does it mean if a button on the toolbar is gray? 
The button is disabled. That choice is not available. What happens when you pause the mouse over a button? 
What does the button
do? 
When the form is selected you will see... 
Handles on the corners and edges and a blue border. Text and BackColor are examples of 
The value of the Text property can be changed by 
The
button indicates that a property can be changed by 
The
button indicates that a property can be changed by 
Selecting from a drop down list How do you keep a background image from tiling? 
Select a different value for the BackgroundImageLayout property. How do you remove the picture from the form? 
Select the value and press the delete key. What does the
button do? 
How do you close a project? 
From the menu select File, Close project. Are animated gifs animated as a background image? 
Please review the material for any questions you miss.
That's all! Congratulations on completing all of the lessons in visual-basic!