本文介绍了用于Visual C ++的Windows窗体应用程序在Visual Studio社区2017中不可用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Visual C ++的Windows窗体应用程序在Visual Studio社区2017中不可用!!!

Windows Forms Application for Visual C++ not available in Visual Studio Community 2017 !!!

推荐答案

感谢您的发布。

MS 被有效放弃 C ++ / CLI Windows窗体设计器。
C ++ / CLI现在只适用于本机/托管代码接口。
如果您真的想要使用Windows窗体应用程序,请在C#中进行操作。 

MS have effectively abandoned the C++/CLI Windows Forms designer.C++/CLI is now really only for native/managed code interfacing.If you really want to do a Windows Forms application, please do in C#. 

 

祝你好运,

Fletcher


这篇关于用于Visual C ++的Windows窗体应用程序在Visual Studio社区2017中不可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 00:04