1. GUI stands for graphical user interface

2. An object combines both data and events

3. How do you start a new project? From the menu select File, New Project, Windows Form Application

4. What does it mean if a button on the toolbar is gray? The button is disabled. That choice is not available.

5. What happens when you pause the mouse over a button? The tooltip appears.

6. What does the button Run do? It runs the program.

7. When the form is selected you will see... Handles on the corners and edges and a blue border.

8. Text and BackColor are examples of properties

9. The value of the Text property can be changed by typing a new value

10. The ellipsis button indicates that a property can be changed by Selecting a file

11. The drop arrow button indicates that a property can be changed by Selecting from a drop down list

12. How do you keep a background image from tiling? Select a different value for the BackgroundImageLayout property.

13. How do you remove the picture from the form? Select the value and press the delete key.

14. What does the SaveAll button do? Saves the project.

15. How do you close a project? From the menu select File, Close project.

16. Are animated gifs animated as a background image? No

INDEX, What is Visual Basic?, What do I need?, Your first Program: Hello World, Changing Properties at Design Time, Self Study Questions
Next lesson: Controls in Visual Basic

Copyright © Zebra0.com
All rights reserved worldwide.

 
 

Self Study Questions