Code:
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Me.Hide()
    End Sub
I've tried everything but the form is not hiding
how to hide Form1 on the Load?