Quote Originally Posted by Logophobic
Just call the timer routine to get the clock running.
VB Code:
  1. Timer1.Interval = 1000
  2. Timer1.Enabled = True
  3. Call Timer1_Timer
The Timer can be running before the Form loads and you still have a delay with a 1 second interval.