将现有表单添加到 C++/CLI WinForms 项目
我在不同的解决方案中有两个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
知道了!
属性窗格并排。
解决方案资源管理器窗格中的类。
“文件类型”下的“表格”
财产。
头文件现在将在其名称旁边显示一个表单图标,双击时将在表单编辑器中打开。
Got it!
the Properties pane side-by-side.
class in the Solution Explorer pane.
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.