[Help] Checking if ProgressBar is completed.
i want to made a msgbox appear after my progressbar its done i read almost all other postings like this but they didin't work so can sombody help me i am mading garena phisher for my brother if somebody can give me the code
down is a download link of my program please help
Put this in a timer:
[highlight=vb.net]If ProgressBar1.Value = 100 Then
MsgBox("Done!")
End If[/highlight]