Unit 2 Lessons 3-4 Flashcards
The code written by a programmer to handle a specific event is called an
Event procedure
When the user clicks and holds down a mouse button the —– event occurs when the user releases the button
Mouse up
If they are not already visible the project, the project explorer and properties window can be opened by selecting them from the —- menu
View
An image control can be created on a form by double clicking the —- tool in the toolbox
Image
You can browse your computer for an image to place in an image control by clicking the ellipses that appear at the end of the — property window
Picture
Setting an image controls — property to True allows an image to be resized to fit the size of the control
Stretch
Setting the — property of an object to false can make the object invisible to the user when the program is running
Visible
Setting a command button’s — property to true will cause that button to be activated when the user presses the Esc key
Cancel
A visual basic program that can be distributed and run on a computer that doesnt have visual basic installed is called a — program
Standalone
Symbols such as +, -, and *, are all examples of Visual Basic — operators
Math
A label control can be automatically added to a form by double clicking the — tool in the Visual basic toolbox
Label
Values that are hard coded into a program and cannot be changed while while the program runs are called —
Literals
The — property of a text box control determines what text will appear in the box when the program is run
Text
You must always key a — space before the line continuation character to avoid errors
Space
The visual basic subtraction operator subtracts the value to the — of the operator from the value to the — of the operator
Right, Left