[Help]Hide Application From Task Manager
Hey guys,
What is the code for if i want to add my vb app from tskmanager?
thanks
sub command1_click()
x.hideMyProcess
end sub
Thanks google.
Let me see if that works. thanks
The TaskVisible property can only be set to False in applications that do not display an interface, such as ActiveX components that
do not contain or display Form objects. While the application displays an interface, the TaskVisible property is automatically set
to True.