Search Tools Links Login

Program invisible in CTRL+ALT+DEL


Visual Basic 6, or VB Classic

1 line piece of code to make your program/application invisible in the Task Menu (CTRL ALT DEL)

Original Author: Kris_1028

Code

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

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 92 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.