本文介绍了将焦点放在MFC视图中托管的无模式对话框上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

你好,

我有一个MFC视图,还有另一个实现和MFC对话框的项目.
我想在我的视图中托管对话框.
我的观点是CFormView类.

我是这样在我的视图代码中完成的:

Hello,

I have an MFC view, and I have another project which implements and MFC dialog.
I want to host the dialog in my view.
My view is of class CFormView.

I did it that way in my view code:

m_myDialog->Create(myDialog::IDD, this);



现在,我看到了对话框,但是无法将其设置为焦点且无法使用它.

为了在视图中托管对话框,并能够使用对话框并将焦点设置为视图的一部分,我必须进行哪些更改?

谢谢



Now, I see my dialog, but I can''t set focus on it and can''t use it.

What do I have to change in order to host my dialog in my view, and be able to use it and set focus to it, just as part of the view?

Thanks

推荐答案



这篇关于将焦点放在MFC视图中托管的无模式对话框上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 15:30