|
-
Apr 4th, 2001, 02:27 PM
#1
Thread Starter
New Member
Does anyone know how to hide your vb application from the windows 2000 task list... I know how in Win 9x, but as for Win2k, it seems to be evading me....
Last edited by Santonucci; Apr 4th, 2001 at 04:13 PM.
- Santonucci
-
Apr 4th, 2001, 02:36 PM
#2
Member
Task List
Private Sub Form_Load()
App.TaskVisible = False
End Sub
Will Hide the Application from the Tasklist.
But it will be shown in the Processlist.
I do not know a way to Hide it from the Processlist.
Hope it helps.
Cheers.
-
Apr 4th, 2001, 04:10 PM
#3
Thread Starter
New Member
You are too cool..though I feel a bit stupid about it now...here I am waiting to have to call the API and it's already a built in function of visual basic....
It's okay, it can show in the Process List.
Thank you much!
-Steve
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
|