返回> 网站首页 

非模态对话框退出

yoours2007-04-20 19:46:43 阅读 1236

简介一边听听音乐,一边写写文章。

//非模态对话框退出
void CInformation::PostNcDestroy()
{
 delete this;
 CDialog::PostNcDestroy();
}
void CInformation::OnCancel()
{
 DestroyWindow();
}

或者直接调用DestroyWindow
微信小程序扫码登陆

文章评论

1236人参与,0条评论