在 Visual C++ 中从另一个窗体调用一个窗体
这似乎是一个简单的问题,但到目前为止我还没有找到答案。我的 Visual C++ 项目中有 2 个窗体,并且希望在单击按钮时调用另一个窗体。我该怎么做?
it seems simple question but so far I haven't found the answer. I have 2 forms in my Visual C++ project, and want invoke one from another on button click. How do i do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我只是新手,即使是这个简单的问题也可能需要 30 分钟才能找到解决方案。如果您也是新手并且想知道如何做到这一点,这里是:
在 Form1.h 中包含“Form2.h”
在 Form1.h 中点击:
:
Well, I just novice and even this simple question could take my 30 mins to find solution. If you also novice and wonder how to do this, here it is:
include "Form2.h" in Form1.h
in Form1.h on click: