Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Public Class Form1
- Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
- ProgressBar1.Increment(1)
- Label1.Text = ProgressBar1.Value & "% Installing Dark Chucky Virus...."
- If ProgressBar1.Value >= 100 Then
- ProgressBar1.Value = ProgressBar1.Value
- MsgBox("DARK CHUCKY VIRUS WILL DELETE SYSTEM FILES IN 24 HOURS")
- Timer1.Stop()
- End If
- End Sub
- Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
- Timer1.Start()
- End Sub
- End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement