Font size
WorksheetsVB.NET
Total questions: 20
Worksheet time: 7mins
What property of timer indicates interlude?
tick
inBetween
interval
integral
Which one of these tools allow to put together various tools?
formbox
groupbox
framebox
listbox
Which of these code is incorrect?
tiMer1.Start()
Timer1.false
Timer1.Stop()
tmr1.start()
Read and Analyze. Which one is correct statement?
Progressbar can work without Timer
Timer and the "Val" code works hand in hand
The lower the Interval the slower it will be
the timer can be started thru radio button
Other word for startup screen
splash screen
first screen
logo screen
progress screen
Enabled code is answerable by boolean data.
Yes,
No
Enabled compare to Visible
Enable could add function while visible delay its appearance in the form
Enable could defuse the function while visible deactivate the tool
Enable could delay the function while visible deactivate the tool
Enable could defuse the function while visible turn off its appearance
Radiobutton significant function is _____________.
choose multiple among a set of options
choose 1 among a set of options
choose multiple set of options
choose 1 and disable other options
where you can see the imported images and created forms
solution explorer
windows explorer
toolbox
properties
Allows to declare variables
yum
val
var
dim
file extension of the whole vb.net file
.proj
.net
.vb
.slm
Which of these statements can be answered thru Boolean? Select multiple answers.
Gaano mo ako kamahal?
Tayo na ba?
May pag-asa ba ako sa iyo?
Wala ka bang tiwala?
Paano ba maging hindi Torpe?
prefix of radio button
rdb
rbt
rbn
rdo
cbo is __________________ prefix
comboBox
checkBox
citeBox
clearBox
ASCII in vb.net
keyDigit
keyNum
keyAscii
keyChar
How to connect form to the next form?
use properties to connect the current for to other
use button and directly show it
declare dim as new form
look for the tool that connects form to other form
This property is important because it is need primarily in calling the tool in coding.
Text
Name
Enable
Visible
In progress bar, can it be exceeded to 100%?
I'LL GO FOR YES!
IT'S A NO FOR ME!
if the timer will be countdown, what code will be use for the labelTime
lblTime.decrease()
lbltime.text=val(lbltime.text)-1
lbltime.text=dim(lbltime.text)-1
Which event is intended only for Forms?
checked()
tick()
load()
click()
