I have a small console console that calls another console application. Something like Winamp has a lot of windows (main and playlist). The fact is that when I call two, for example, console windows, the programs open in the taskbar get too much, I do not need to open the windows separately, I only want main to stay on the taskbar, and when I click on it , she and all his child applications appear.
PS I am familiar with ShowWindow ( GetConsoleWindow(), SW_HIDE );, but it also hides the window, and I want it to be hidden only from the taskbar.
source
share