I have this application that I wrote in C# that creates a report about issues on my network. I want this application to run all the time (it has a built in timer as to when to refresh the report) but I don't want the cmd window to be up all the time. Is there some way that I can hide that window while the program runs?

Thanks in advance for any help.