Click to See Complete Forum and Search --> : How to stop console window from appearing?


Traps
April 14th, 2007, 10:17 PM
I have a console application that doesnt require any interface with console window. When I run the application the console window still flashes on and off. Is there a way to stop this from happening, or a different approach I should take for an application that requires no user interaction.

petes1234
April 14th, 2007, 10:34 PM
You can run your app as a windows app but not show any window as per this thread, or make it invisible or run in the background as per this thread.

Traps
April 14th, 2007, 10:34 PM
Guess I shoulda searched first.... I figured it out.


http://www.codeguru.com/forum/showthread.php?p=1293601&highlight=hide+console#post1293601