Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How do I hide a form on load vb.net
Name: Isabelle Date: November 27, 2002 at 06:16:41 Pacific OS: Win 2000 CPU/Ram: 256
Comment:
Here is what I want to do. I want that when I start my project in vb.net that the form is invisible when it loads. I tried me.hide() it works on a button or any component, but it doesn't work on the form load. I want my form to be invisible when it stats.
Name: tru Date: November 27, 2002 at 08:28:26 Pacific
Reply:
Hmm, is there no visible property to set in the property window?
When you put Me.Hide() in the Form_Load does it give an error or it just doesn't hide it?
0
Response Number 2
Name: Isabelle Date: November 28, 2002 at 05:42:44 Pacific
Reply:
It juste don't hide, I don't get any error
0
Response Number 3
Name: HiJinx Date: November 29, 2002 at 03:22:07 Pacific
Reply:
Just a shot in the dark (I don't have .Net), but I'd often find in VB6 that certain things wouldn't work unless I put them into the form_activate event instead.
If it works, depending on your program, you may have to use a flag variable to tell the difference between subsequent form_activates and the initial one so that you don't hide it when you don't mean to.
0
Response Number 4
Name: Isabelle Date: November 29, 2002 at 04:31:37 Pacific
Reply:
I have resolve the problem. I worked on my project design more and notice that I need a welcome form to apear at the start. So I don't have the problem anymore.
Summary: How do I create a Hotkey with bat, and how can I access the Boot-up files so I could add a Keylogger to them so when it boots up, the Keylogger will run and records the keys pressed. Could you suggest...
Summary: How Do i make a simnple login box for m application? I am using Visual Basic 2005 Express.. I want the user to be administrator and the password to be sharks. Can Someone help? Curiousity only injure...
Summary: How do I create a program that will do the following. Enter (pause for 4 seconds) backspace (pause for 2 seconds) Tab, Tab (repeat from beginning) ...