本文介绍了MFC SDI和对话框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用项目向导,我选择了一个SDI应用程序并创建了5个对话框。我使用InitDialog来最大化每个窗口。



不幸的是,只有活动对话框窗口显示。我看不到标签式风格的其他四个窗口。



我做错了什么?

Using the project wizard, I chose an SDI application and created 5 dialog boxes. I used InitDialog to maximize each Window.

Unfortunately, only the active dialog window shows. I can't see the other four windows in a tab-type style.

What am I doing wrong?

推荐答案


这篇关于MFC SDI和对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 08:38