Click to See Complete Forum and Search --> : Hide app from task list


sachin mukherjee
December 17th, 1999, 03:33 AM
How can I hide my application from the task list in windows 95.
i.e. when a user presses <CTRL> + <ALT> + <DEL> he should not see the my app which is running.

Ravi Kiran
December 17th, 1999, 05:47 AM
The App Object has a TaskVisible Property, which when set to True doesn't show in the list of tasts. Hoever if the applications shows any GUI elements, like forms etc, then VB will automatically force the this Property to False. See MSDN

RK