[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.
Ummm, is that vb.net code or vb6. cause it does not work for me
Your going to have to follow a "Make vb.net application a windows service"
It is not as easy in vb.net, there are some methods using API, but the methods change per OS (or group of) one method may work for 98/ME and the other for 2000/XP, etc. etc.
I created a tutorial in the VB section for creating a Window Service, Windows Services do not show in task manager