Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在本机 C++ 中,如何添加一个用户控件,如在 vb .net 中执行 form.controls.add(controls)
因为例如,如果我想创建一个从面板继承的用户控件类怎么办?这是如何在 C++ 中完成的 谢谢
您将希望使用 MFC(Microsoft 基础类)进行本机 C++ 开发。MFC 是 Windows 应用程序的原始框架,早于 .NET。