Visual Basic . Net Tutorial 1 - How To Use Timer Control In VB.NET
#Visual Basic . Net Tutorial 1 - How To Use Timer Control In VB.NET
Asslam o alikum
in this video i will told u how we use timer control in vb. net
for this purpose
download vb.net
and open vb.net
click on new project
then click on form property
and change text property by timer control
and then click on toolbox
take
2 buttons
1 label
timer
then click on timer and change the property of timer like
interval property by default 100 you can convert 100 into 1000
then click on label
and in label property change text by using or write 0 in text property of label
then click on button 1
change text property and write "start"
click on second button
and change property by written " stop"
then double click on timer
program box open write program
label1.text = val (label1.text) + 1
and then click on button 1
write program
timer1.enabled=true
and then click on button 2
write program
timer1.enabled= false
then press f5 from your keyboard
hashtags
#visual basic.net
#visual basic . net tutorial
#use of timer control in vb.net
#vb.net
#use of button in vb.net
#property of timer control
#what is timer control
#how we use timer control in visual basic.net
#events of visual basic event
#events of timer control
#methods of timer control