terms vb 6
About this set
Created by:
paulkeenan on February 3, 2010
Subjects:
computer science, visual basic
Description:
Day one terms introduced in programming class. Language is Visual Basic 6.
Classes:
Log in to favorite or report as inappropriate.
Order by
21 terms
Terms | Definitions |
|---|---|
controls | are found in the toolbox |
properties | each control has a variety of characteristics that can be changed |
| (name) | this property needs to be the first one changed when a control is created |
caption | is the text of a label or a button that appears on the form |
form | what VB calls a window or a screen |
frm or cmd | the three letter prefix put at the beginning of a form name or a button name |
camel notation | frmMyFirstForm |
command button | the real title of a button |
code editor | where code is written |
to resize an image reset this property to true | stretch |
remove a background from a form | click in the picture property and press delete (Alek) |
a tooltip | is a property that provides information about a control when your mouse hovers over it |
dim is a keyword in Vb | it is short for dimension and is used to declare a variable |
2 things happen when a variable is declared | a location is created in RAM and it gets a first value |
giving a variable a first value is called | initializing a variable |
an expression that gives a variable a value is called | an assignment statement |
without the keyword randomize | the program will pick the same number each time |
the visible property | hides or shows a control |
the enable property | is used to didable a control |
remarks | are ignored by the computer |
for every if | there is one end if |
First Time Here?
Welcome to Quizlet, a fun, free place to study. Try these flashcards, find others to study, or make your own.