|
-
Nov 10th, 2000, 02:35 AM
#1
Thread Starter
Frenzied Member
I have a program that is minimized to the taskbar on start.
The program will only show info on the taskbar.
I do not want the user to be able to see the form, even
if they click on the app in the taskbar.
You cannot hide the form because it makes it disappear on the taskbar.
How can I do this?
-
Nov 10th, 2000, 02:52 AM
#2
Me.Hide
or
Me.Visible = False
?
-
Nov 10th, 2000, 02:59 AM
#3
Thread Starter
Frenzied Member
No, this removes the application from the taskbar.
I do not want that. I still want it visible in the
taskbar, but always invisible to the user.
-
Nov 10th, 2000, 03:08 AM
#4
How about changing the Left and Top properties so the form is way off the screen (make sure it's out of the screen for all resolutions).
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
|