简体   繁体   English

C ++,MFC,选项卡式文档界面应用程序,Win32

[英]C++, MFC, tabbed document interface application, Win32

Is MFC only way or easiest way to craete tabbed document interface application in C++? MFC是在C ++中创建选项卡式文档界面应用程序的唯一方法还是最简单的方法? Is there a way using plain Win32 project to create tabbed document interface application? 有没有一种方法可以使用普通的Win32项目创建选项卡式文档界面应用程序?

MFC is not deprecated. 不建议使用MFC。

Yes, It is much easier to use MFC to create tabbed document interface. 是的,使用MFC创建选项卡式文档界面要容易得多。

Please choose MFC or similar framework instead of directly dealing with UI in Win32 unless you have a very strong reason. 除非您有充分的理由,否则请选择MFC或类似的框架,而不要直接在Win32中处理UI。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是Visual C ++ Win32还是MFC C ++? - Visual C++ Win32 or MFC C++? 如何在Visual C ++ 2008中将MFC应用程序项目添加到Win32应用程序项目 - How to add MFC application project to Win32 application project in Visual C++ 2008 将MFC gui添加到Win32 C ++命令行应用程序的好方法是什么? - What is a good way to add MFC gui to a Win32 C++ command line application? 为什么我的编辑控件在我的win32 c ++应用程序中看起来很奇怪而不使用MFC? - Why my edit control looks odd in my win32 c++ application using no MFC? 在旧的MFC / Win32应用程序上使用C ++互操作时遇到错误 - Encountering errors when using C++ interop on old MFC/Win32 application 如何在 Win32 应用程序中通过 C++/MFC 在鼠标 cursor 上显示动态文本 - How do I display dynamic text at the mouse cursor via C++/MFC in a Win32 application 使用C ++的Win32 / MFC的命名约定 - Naming convention for Win32/MFC with C++ 调试 Win32 应用程序 c++ - Debugging a Win32 application c++ 如何在C ++ / Win32中使用IVirtualDesktopManager接口 - How to use the IVirtualDesktopManager interface in C++/Win32 在旧的MFC / Win32 DLL中实现CLR并将DLL托管到MFC / Win32应用程序中 - Implementing the CLR into old MFC/Win32 DLL and hosting DLL into MFC/Win32 Application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM