[help]Make the program invisible on TaskManager

Posts 1–15 of 21 · Page 1 of 2
[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)
indeed unless your making some sort of anti hacking addon for a game i dont see a reason to hide your app from its users
woah woah woah, does that code work on 2008?????
Quote Originally Posted by deadskulz View Post
woah woah woah, does that code work on 2008?????
woah woah woah, no,
Api way is the only way i think without making a service to hide it under.
Quote Originally Posted by *****179 View Post
Api way is the only way i think without making a service to hide it under.
Yup. I know how to do it, but seeing the negative use, I think I shouldn't share :P
@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)
Quote Originally Posted by iZ3RO View Post
@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)
Hmm, how do you know what code I have ? You mind hacker or what ?

Plus, my solution is more of an illusion than real app hider !!

Real App hiding is possible in C++ but don't know about vb and c# !

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.
Quote Originally Posted by NextGen1 View Post
Windows service has too many limitations and pre-requisites before it can even initialize. Not a good solution. And just for your information, in windows 7, you can stop a service from Windows Task Manager !
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.
Posts 1–15 of 21 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?