May 31, 2002 #1 Gene26 Programmer Jan 29, 2001 4 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 May 15, 2000 55 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