Hi,
I would like to know if there is a way to avoid the DOS window appearing when I execute my C# project (it appears in both cases: when I launch the project from Visual Studio, clicking on Debug -> Start Debug, and when I double click on the .exe file in the bin/Debug or bin/Release subfolder).
I create my project in this way (I use Visual Studio 2005 Professional Edition):
File -> New -> Project
In the "New Project" window I select Visual C# - Windows as Project type, and Empty project as Installed Visual Studio Model.
Must I select some other project type/model? Must I change some type of setting in the inner of my project?
Thank you very much
I would like to know if there is a way to avoid the DOS window appearing when I execute my C# project (it appears in both cases: when I launch the project from Visual Studio, clicking on Debug -> Start Debug, and when I double click on the .exe file in the bin/Debug or bin/Release subfolder).
I create my project in this way (I use Visual Studio 2005 Professional Edition):
File -> New -> Project
In the "New Project" window I select Visual C# - Windows as Project type, and Empty project as Installed Visual Studio Model.
Must I select some other project type/model? Must I change some type of setting in the inner of my project?
Thank you very much