bleh no, false, i didn't fix it omg.
Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
MessageBox.Show("", " ", MessageBoxButtons.YesNo, MessageBoxIcon.Information)
If System.Windows.Forms.DialogResult.Yes Then
Timer1.Start()
End If
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
ProgressBar1.PerformStep()
End Sub
End Class
Doesn't matter if I press Yes or No, the ProgressBar will start, although in my code it says only if DialogResult.Yes