Adding Existing Form to C++/CLI WinForms Project

拥有回忆 提交于 2019-12-04 04:39:12

Got it!

  1. Open the Solution Explorer pane and the Properties pane side-by-side.
  2. Select the header file for the form class in the Solution Explorer pane.
  3. In the properties pane, select "C++ Form" under the "File Type" property.

The header file will now display a form icon next to it's name and will open in the form editor when double clicked.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!