Guys on this tutorial you gonna learn how to make a loading application on startup so lets start ![=]](/forum/images/emotions/=].gif)


Public Class Form2
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
Timer1.Start()
End Sub
Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
Me.Hide()
Form2.Show()
End Sub
End Class

![=]](/forum/images/emotions/=].gif)
Timer1.Stop()