Valhalla Legends Forums Archive | C/C++ Programming | Hiding a Console Application

AuthorMessageTime
Mephisto
Can you do this?  Basically just have the console hide itself, but still run.
September 28, 2004, 4:09 AM
Eibro
Get a handle to the console window and call ShowWindow on it with the appropriate parameters?

Build your application with a windows subsystem and use AllocConsole and FreeConsole instead.
September 28, 2004, 5:04 AM

Search