I have a console application in C#, and I want that the user won\'t be able to see it.
How can I do that?
Sounds like you don't want a console application, but a windows GUI application that doesn't open a (visible) window.