Navegación |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hacer un cronometro con Microsoft
Visual Basic 2010 Express.
Aqui tengan los codicos :
Start:
Timer1.Start()
Stop:
Timer1.Stop()
Reset:
Label1.Text = "0"
Label2.Text = "00"
Label3.Text = "00"
Label4.Text = "00"
Close:
Me.Close()
Timer1:
Timer1.Interval = 10
Label4.Text += 1
If Label4.Text = "60" Then
Label3.Text += 1
Label4.Text = 0
End If
If Label3.Text = 60 Then
Label2.Text += 1
Label3.Text = 0
End If
If Label2.Text = 60 Then
Label1.Text += 1
Label4.Text = 0
End If
Espero que le guste comenten y suscribance a mi canal
http://www.youtube.es/user/rubito467
|
|
|
|
|
|
|
Hoy habia 1946 visitantes (4970 clics a subpáginas) |
|
|
|
|
|
|
|