VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Program invisible in CTRL+ALT+DEL

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)

Rate Program invisible in CTRL+ALT+DEL

App.TaskVisible = False
and if you want to make it visible again just type:
App.TaskVisible = True

Download this snippet    Add to My Saved Code

Program invisible in CTRL+ALT+DEL Comments

No comments have been posted about Program invisible in CTRL+ALT+DEL. Why not be the first to post a comment about Program invisible in CTRL+ALT+DEL.

Post your comment

Subject:
Message:
0/1000 characters