Java Games: Flashcards, matching, concentration, and word search.

VB Chapter 3 Visual Basic Terms

AB
^Arithmetic operator for Exponentiation
*Arithmetic operator for Multiplication
/Arithmetic operator for Division
+Arithmetic operator for Addition
-Arithmetic operator for Subtraction
( )Used to change operator precedence in expressions
'Precedes a comment
"Used to enclose text in an assignment statement
=Used in an assignment statement to give object properties new values
ALIGNMENTObject property used to change the alignment of text in a label's caption.
BOLDFont sub-property that can be assigned either True or False.
CAPTIONObject property used to change the text displayed in a title bar, button, or label.
CODE COMMANDDisplays the form module for a form. Found in the view menu.
COMMAND BUTTON CONTROLUsed to create a command button object. Found in the tool box.
END COMMANDStops current application. Found in the run menu. The end button on the tool bar can be used instead of a command.
END SUBRequired to end the Sub statement.
EXIT COMMANDCloses Visual Basic IDE. Found in the file menu.
FONTObject property used to display a dialog box for changing the font, font style, and size of an objects caption.
IMAGE CONTROLUsed to create an image object. Found in the tool box.
ITALICFont sub-property that can be assigned either True or False.
LABEL CONTROLUsed to create a label object. Found in the tool box.
MAKE COMMANDCreates an executable file. Found in the file menu.
MEUsed in place of form name.
NAMEObject property used to identify the object.
NEW PROJECT COMMANDCreates a new project. Found in the file menu.
OPEN PROJECT COMMANDOpens an existing project. Found in the file menu. The open project button on the tool bar can be used instead of the command.
PICTUREObject property that can be used to select a graphic.
PRINT COMMANDPrints the interface and program code of the application. Found in the File menu.
PRIVATEIndicates the procedure cannnot be accessed outside of the form module.
REMOVE PROJECT COMMANDRemoves the current project from the IDE. Found in the File menu.
SAVE PROJECT COMMANDSaves the current project. Found in the File menu. The Save Project Button on the tool bar can be used instead of the command.
SIZEFont sub-property that can be assigned a numeric value from 0 to 2048.
START COMMANDRuns the current application. Found in the Run menu. The Start button on the tool bar can be used insread of the command.
STRETCHObject property that controls the appearance of an resized image in its container, that can be assigned True or False.
SUBDeclares a procedure.
UNLOADStatement used to terminate a program.
VIEW CODE BUTTONClicked to view the form module. Found in the Project Explorer window.
VIEW OBJECT BUTTONClicked to view the form. Found in the Project Explorer window.
VISIBLEObject property that contols whether the object can be seen or not, that can be assigned True or False.


Mr. B

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities