[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)