vb6 to hide the form from the task manager

Go4Expert Member
4Aug2008,20:09   #1
Neverdiez's Avatar
Hi

Is there any way in vb6 to hide the form from the task manager??

If so, how??
~ Б0ЯИ Τ0 С0δЭ ~
7May2009,19:57   #2
SaswatPadhi's Avatar
I think it can be done with the TaskVisible Property

Code: vb
App.TaskVisible = False  ' Hides from task manager ;)