Timer Property:
Enabled = True
Interval = 8000
Code:
Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick Me.Hide() Dim frmSplash As New Form2 frmSplash.Show() End Sub
The problem is this: the splash screen closes and the Form2 opens but after a second or more another form2 open (same Form2) even though there's no code that will open the Form2 2 times..
What should I do?
Thanks.
-Kelsey

New Topic/Question
Reply




MultiQuote








|