|
-
Nov 4th, 2002, 11:54 PM
#1
Thread Starter
Junior Member
How to hide the form?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|