How to stop console window from appearing?
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.
Re: How to stop console window from appearing?
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.
Re: How to stop console window from appearing?
Guess I shoulda searched first.... I figured it out.
http://www.codeguru.com/forum/showth...le#post1293601