May 31, 2002 #1 Gene26 Programmer Joined Jan 29, 2001 Messages 4 Location US I need to know how to hide a VB 6.0 application from the task manager so the users can't close the application. Any help would be appreciated. gene26.
I need to know how to hide a VB 6.0 application from the task manager so the users can't close the application. Any help would be appreciated. gene26.
Jun 3, 2002 #2 onetomany Programmer Joined May 15, 2000 Messages 55 Location US Try Posting in the one of the visual basic forums you might get more responses. One way to do it is: App.TaskVisible = False Upvote 0 Downvote
Try Posting in the one of the visual basic forums you might get more responses. One way to do it is: App.TaskVisible = False