I'm creating a Console Application, and have need of just hiding the taskbar icon, but I need to keep the window open and running.
Because it is a Console application, I can't do things like this.ShowInTaskbar, and Console or Environment have no methods for such either
Any ideas how to make such work?