Hiding the Console Window of the .NET/C# Console Application

The .NET/C# Console Application is one of the most popular and widely used programming environments in the world. It is a powerful tool for creating software applications that run on a variety of platforms, including Windows, Mac, and Linux. However, one of the drawbacks of the .NET/C# Console Application is that it often creates a console window that appears when the application is run. This can be unsightly and can even interfere with other programs. Fortunately, there are a few simple steps that can be taken to hide the console window of a .NET/C# Console Application.

Here is a quick tip to hide the console window of the .NET Console Application

Right click the project -> Properties -> Application in Visual Studio 

Then under Output type select "Windows Application", save and run your project.

Hiding the Console Window of the .NET Console Application


Post a Comment

Previous Post Next Post