Click to See Complete Forum and Search --> : Disable Console Window Popup


BossOfTheGame
July 26th, 2008, 10:43 PM
How do you disable the console window from poping up in a console application so I can just run the task in the background?

darwen
July 27th, 2008, 06:39 AM
Make the project a windows project, not a console app.

Go to the project options (r-click the project in solution explorer and select 'properties').

Select application tab and select "Windows Application" for "Output type".

Darwen.