S
slash1020
Guest
I want to Hide the form when the application start.
I write :
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.Hide()
End Sub
But when the application start, I still see the form.
The form doesn't hide.......
How could I do?
Thanks.
I write :
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.Hide()
End Sub
But when the application start, I still see the form.
The form doesn't hide.......
How could I do?
Thanks.