filmov
tv
Hack msn

Показать описание
à mettre sur timer :
ProgressBar1.Value = ProgressBar1.Value + 1
If ProgressBar1.Value = ProgressBar1.Maximum Then
ProgressBar1.Value = 0
Timer1.Stop()
Timer1.Enabled = False
TextBox1.Enabled = True
TextBox2.Visible = True
End If
sur bouton :
Timer1.Enabled = True
Timer1.Start()
Timer1.Interval = 250 ' = 15sec
TextBox1.Enabled = False
ProgressBar1.Value = ProgressBar1.Value + 1
If ProgressBar1.Value = ProgressBar1.Maximum Then
ProgressBar1.Value = 0
Timer1.Stop()
Timer1.Enabled = False
TextBox1.Enabled = True
TextBox2.Visible = True
End If
sur bouton :
Timer1.Enabled = True
Timer1.Start()
Timer1.Interval = 250 ' = 15sec
TextBox1.Enabled = False