在cpp实现中创建表单 [英] creation of form in cpp implementation

查看:85
本文介绍了在cpp实现中创建表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在cpp中创建一个简单的表单?

how to create a simple form in cpp?

推荐答案

在Visual Studio中使用向导,但是您应该阅读一些初学者教程以了解您的操作。 ; - )
Use the Wizard in Visual Studio, but you should read some beginner tutorials to know what you do. ;-)


如果要创建 Windows窗体(即使用 .NET framework )使用 C ++ ,然后阅读其中一个(或多个) tutorials [ ^ ]。

另一方面,如果你想创建一个Windows( GUI )使用 C ++ 的应用程序然后你可以使用 MFC [ ^ ],或直接 WINAPI [ ^ ]。



在所有上述场景中,明智地使用 Google 是继续进行的关键。
If you want to create a Windows Form (that is use the .NET framework) with C++, then read one (or more) of these tutorials[^].
On the other hand if you want to create a Windows (GUI) application using C++ then you may use, for instance, MFC[^], or directly the WINAPI[^].

In all the above scenarios, a wise use of Google is the key for going on.


这篇关于在cpp实现中创建表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆