[TUTO] Licence avec ProgressBar [VB8 - VB.NET]

  • il y a 14 ans
Aujourd'hui je vous apprends comment faire avec VB8
un système de licence ;)

Niveau : Facile ;)

code :

Sur le boutton 1 :

If TextBox1.Text = ("mdpdelicence") Then
Timer1.Start()
Else : MsgBox("Licence erroné !")
End If

Sur le Timer :

ProgressBar1.Increment(1)

If ProgressBar1.Value = ProgressBar1.Maximum Then
Form2.Show()