Do you prefer.....

To create the timer by code...
VB Code:
  1. Private t As New System.Timers.Timer(2000)
Or use the timer control in the form tray?

and do you use
VB Code:
  1. tmrMain.Stop
  2. 'or
  3. tmrMain.Enabled = False