开发者

Hide console window in Windows Forms application

开发者 https://www.devze.com 2022-12-25 06:29 出处:网络
I took over a Visual C++ project in Visual Studio 2005 from a colleague. It is a Windows Forms project (I assume). But when I start it, besides the Windows Form it also shows a console window. How do

I took over a Visual C++ project in Visual Studio 2005 from a colleague. It is a Windows Forms project (I assume). But when I start it, besides the Windows Form it also shows a console window. How do 开发者_JAVA技巧I get rid of this console window? I think it must be a project setting but I don't find it.

Any help is appreciated ...


In the project properties for all configurations (Project | Properties, choose Configuration 'All Configurations', locate Config Properties -> Linker -> System), change the SubSystem from Console to Windows.

0

精彩评论

暂无评论...
验证码 换一张
取 消