问题描述
- 重写DestroyWindow后函数不调用是怎么回事?
-
BOOL MCD::DestroyWindow ()
{
MessageBox(" "," ");
setopen=false;
CDialog::DestroyWindow ();return false;
}
代码如上,关闭对话框后没有消息框弹出。
解决方案
看上去Destroy消息没有发送过来。你注册了Destroy消息没
时间: 2024-10-18 07:40:08
return false;
}
代码如上,关闭对话框后没有消息框弹出。
看上去Destroy消息没有发送过来。你注册了Destroy消息没