hello, im struggling with the timer.
it is my wish to display an intro screen for 20 seconds. then automatically load
the next form. i cant find anything in any of my books. any pointers would be very welcome.
never mind people, after a little tinker i found out how its done. i've posted the code for other to find if they need.
Private Sub InitializeTimer()
Timer1.Interval = 20000
Timer1.Enabled = True
Form1.ActiveForm.Visible =
form2.Show()
form2.Visible =
Timer1.Enabled =