NEW
Font size
WorksheetsEvent Driven VB
Total questions: 14
Worksheet time: 9mins
More than one radio button in a set can be selected at a time.
FALSE
TRUE
Comments affect the way an application runs.
FALSE
TRUE
The visual basic control that allows users to enter a value is a:
Textbox
Label
Button
GroupBox
______________ is the control which we click to perform some action.
Command Button
Label Box
Text Box
Picture Box
A check box allows you to...
Select one or more answers
Select only one answer
Select at least 2 answers
Where can you change the text colour of a label?
Control Box
Tool Box
Properties Box
Windows Box
What is the correct way to make a group box visible in code?
groupbox.text = Visible
groupbox.visible = True
groupbox.invisible = false
groupbox.visible.true
Which of these is not an advantage of a group box?
It allows you to re-position all controls inside it.
You can make all controls inside the groupbox invisible
You can use two or more groups of radio buttons by embedding each group in a separate groupbox
It will automatically change all the control names inside the group box
