Vocab
Coding
Controls
Clearing
Properties
100
Small labels that pop up when you pause your pointer over a toolbar button or control
What is ToolTipText?
100
With txtTitle .visible = true .forecolor = vbWhite ?
What is End With?
100
A control used when you want the user to type some input
What is text box?
100
code to clear a text box called txtName
What is txtName.text = ""
100
This property allows the user to hit the esc key to exit the program
What is the cancel property?
200
Joining together strings of text. It can be a literal and a property.
What is concatenation?
200
lblMessage.caption = "Your name is: " ? txtName. txt The ? should be...
What is &?
200
Used as a container for other controls such as option buttons
What is a frame?
200
coding to clear a label called lblSchool
What is lblSchool.caption = ""
200
The property to change the color of the text
What is forecolor property?
300
Allows user to select or deselect an option - any number may be selected.
What is a check box?
300
To clear a label called lblMessage
What is lblMessage.caption = ""?
300
The control that holds a picture
What is image?
300
code to have the cursor appear in txtName after you clear it
What is txtName.SetFocus
300
This is the property to make a picture enlarge to fill the control.
What is the Stretch property?
400
Determines the order the focus moves as the tab key is pressed.
What is TabIndex?
400
Coding to make imgBig appear and imgLittle disappear
What is imgBig.visible = true imgLittle.visible = false
400
When only one button from a group may be selected
What is an option button?
400
coding to make a check box called chkBold appear empty
What is chkBold.value = 0 or chkBold.value = unchecked
400
The property that determines if you see a control or not
What is Visible Property?
500
Following the windows rules of joinging together variables by capitalizing the second and subsequent words.
What is CamelCasing?
500
The coding to make a label called lblMessage bold or not bold - based on the check box called chkBold
What is lblMessage.Font.Bold = chkBold.value
500
The value of a check box if it is unchecked?
What is 0?
500
This is the name of the "" when clearing a label or text box
What is null string
500
If you run your project - and the form does not appear - it simply shows your coding - what did you do?
What is set the Visible Property of the form to false?
Continue
ESC
Reveal Correct Response
Spacebar
M
e
n
u
Team 1
0
+
-
Chapter 2 Visual Basic
No teams
1 team
2 teams
3 teams
4 teams
5 teams
6 teams
7 teams
8 teams
9 teams
10 teams
Custom
Press
F11
Select menu option
View > Enter Fullscreen
for full-screen mode
Edit
•
Print
•
Download
•
Embed
•
Share
JeopardyLabs