Hidding a Console window from Task Manager
-
Hello everybody. One small question: How can i make a console window not to be visible and hide it from Task manager. I am trying to make a program that it's not visible to the users and since app.Taskvisible is not supported in vb.net, i need to create a console application to bypass this. Thank you. Still trying to find the way
-
Hello everybody. One small question: How can i make a console window not to be visible and hide it from Task manager. I am trying to make a program that it's not visible to the users and since app.Taskvisible is not supported in vb.net, i need to create a console application to bypass this. Thank you. Still trying to find the way
You may want to consider making the program a service.
-
You may want to consider making the program a service.
KaptinKrunch, I forgot to mention that i have the Standard version of VB.NET and it doesn't make programs as services. I am tinkering with an Application Console, but i can't hide it from the Task Manager. I have heard that you can do that. But how?????? Thank you though for your input. Still trying to find the way