[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 :
But this will not work on Visual Basic 2010 Express Edition 
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



