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.
frmUserform.Hide VB
Name: Nate Date: April 25, 2003 at 05:44:35 Pacific OS: 2000 CPU/Ram: enough
Comment:
I am currently have a problem with Hiding a Form. I have a textbox on one form and when you hit CTRL-F, it displays a smaller form. I would like to hide this smaller form when the ESC key is hit. I can't seem to get this to work. The code that I have in the textbox of the form is as follows:
If KeyAscii = 6 Then frmSmallerForm.Show End If If KeyAscii = 27 Then frmSmallerForm.Hide End If
Summary: 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 ...
Summary: If I was making a virus I would make it for my own application would I not? Not make another app to hide someone else's app. I am making an msn plugin and want to hide msn from the plugin list using V...
Summary: i am writing a simple VB app and wanted to add the icon property to the form for added flair. I pointed to a .ico file that i had created in paint. The file instead turned up in the upper left corner ...