简体   繁体   English

如何在C ++ MFC中一次打开两个对话框?

[英]How to open two dialog boxes at once in C++ MFC?

Is it possible to open more dialog boxes at the same time in C++ MFC, when I press a button? 当我按下按钮时,是否可以在C ++ MFC中同时打开更多对话框? How? 怎么样? (One for background: full-screen and semi-transparent, and one for a dialog box.) (一个用于背景:全屏和半透明,另一个用于对话框。)

Thank you! 谢谢!

You could open the background one modally, and get it to open the foreground one. 您可以模态地打开背景,然后打开背景。 Handle the on close of the foreground one, and close the back ground one. 处理前景一的开合处,并关回地面一。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM