将现有表单添加到 C++/CLI WinForms 项目

发布于 2024-07-13 23:37:37 字数 148 浏览 5 评论 0原文

我在不同的解决方案中有两个 C++/CLI 项目 A 和 B。 我使用 A 进行实验/测试,并在完成测试后将测试的代码移至 B。 但是,我发现在将 Windows 窗体类(标头、cpp 和 resx)添加到项目 B 时,我无法再使用 IDE 的可视窗体设计器。 我如何启用它?

I have two C++/CLI projects A and B in separate solutions. I use A for experiments/testing and move the tested code to B once I am finished testing. However, I find that on adding a windows forms class (header, cpp and resx) to project B, I am no longer able to use the visual forms designer of the IDE. How do I enable that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青衫儰鉨ミ守葔 2024-07-20 23:37:37

知道了!

  1. 打开解决方案资源管理器窗格并
    属性窗格并排。
  2. 选择表单的头文件
    解决方案资源管理器窗格中的类。
  3. 在属性窗格中,选择“C++
    “文件类型”下的“表格”
    财产。

头文件现在将在其名称旁边显示一个表单图标,双击时将在表单编辑器中打开。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文