by Kris_1028 (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(6 Votes)
1 line piece of code to make your program/application invisible in the Task Menu (CTRL ALT DEL)
App.TaskVisible = False
and if you want to make it visible again just type:
App.TaskVisible = True