Salut ! j'aimerais afficher un MsgBox après une ProgressBar, mais je n'y arrive pas, je vous donne le code pourriez vous me dire que faire pour que ça fonctionne?
Et si vous pouvez faire un sorte que quand on clique sur OK sa ferme le logiciel ^^'
Merci d'avance !
Et si vous pouvez faire un sorte que quand on clique sur OK sa ferme le logiciel ^^'
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
ProgressBar1.Value = ProgressBar1.Value + 1
If ProgressBar1.Value = ProgressBar1.Maximum Then
ProgressBar1.Value = 0
Timer1.Stop()
Timer1.Enabled = False
TextBox1.Enabled = True
TextBox2.Enabled = True
TextBox3.Enabled = True
TextBox4.Enabled = True
ListBox1.Enabled = True
Button1.Enabled = True
RadioButton1.Enabled = True
RadioButton2.Enabled = True
RadioButton3.Enabled = True
RadioButton4.Enabled = True
ProgressBar1.Value = ProgressBar1.Value + 1
If ProgressBar1.Value = ProgressBar1.Maximum Then
ProgressBar1.Value = 0
Timer1.Stop()
Timer1.Enabled = False
TextBox1.Enabled = True
TextBox2.Enabled = True
TextBox3.Enabled = True
TextBox4.Enabled = True
ListBox1.Enabled = True
Button1.Enabled = True
RadioButton1.Enabled = True
RadioButton2.Enabled = True
RadioButton3.Enabled = True
RadioButton4.Enabled = True