Advertisement
Guest User

Test

a guest
Dec 1st, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.42 KB | None | 0 0
  1.     ' This is automatically run when the form is opening. Initializations go here.
  2.     ' This Sub is automatically created when you make a new form and double-click on it.
  3.     Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  4.         'Set up the timer parameters
  5.         _fTimer = New Timer
  6.         _fTimer.Interval = 99
  7.         _fTimer.Enabled = True
  8.  
  9.         Me.CenterToParent()
  10.     End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement