Go4Expert

Go4Expert (http://www.go4expert.com/)
-   Visual Basic ( VB ) (http://www.go4expert.com/forumdisplay.php?f=22)
-   -   vb6 to hide the form from the task manager (http://www.go4expert.com/showthread.php?t=12692)

Neverdiez 4Aug2008 20:09

vb6 to hide the form from the task manager
 
Hi

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

If so, how??

SaswatPadhi 7May2009 19:57

Re: vb6 HELP !!!
 
I think it can be done with the TaskVisible Property :wink:

Code: vb

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



All times are GMT +5.5. The time now is 14:49.