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.
Printable View
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.
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