[help]Make the program invisible on TaskManager
Hi everyone.
Is there some kind of code to make my program invisible on the processes list in TaskManager? I search and found this :
Code:
App.TaskVisible = False
But this will not work on Visual Basic 2010 Express Edition

yes, using WinAPI's to access that listbox where process's are at, and remove it from there. (Actually by don't let it load it to there i believe) Just google it.
But i smell some stupid application which we don't actually support (we as mpgh members)
woah woah woah, does that code work on 2008?????
Api way is the only way i think without making a service to hide it under.
@Hassan:
I have the same code, but seeing as how the ONLY thing I can conjure up in my head is negative uses, I suggest not releasing it, as it could only cause problems.
Just my two cents.
~ZerO (Back from the dead)
Every programmer doesn't share this kind of codes to untrusted / suspicious members.
You better search it at google as House said.
There was one time I asked about this code from NextGen but he didn't shared it to me because he doesn't yet trusts me.
Trying to make a virus eyy?
That's ... A little difficult in Visual Basic. You can definitely camouflage your app, but in VB alone, you'll be hard pressed to properly conceal an application.