I'm doing a GameGuard for a game, but do not want people to be able to close it. I would like to make it disappear from the task manager.
I tried using:
Me.ShowInTaskbar = False
But it did not work. Since then, I have done much research on the internet and nothing shows an example or says something about how to do this.
People think it is hacker-like to hide processes, but in my case, I'm doing this for a game GameGuard.
I want it to be gone completely from the task manager.