Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
- Static iCount As Integer
- If iCount = 50 Then
- iCount = 0
- Me.Dispose()
- Form1.Dispose()
- Else
- iCount = iCount + 1
- End If
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment