mfc messagebox 怎么禁用右上角x
1个回答
展开全部
重载WM_CLOSE消息,实现如下函数即可:
void CDialog1::OnClose()
{
// TODO: Add your message handler code here and/or call default
if(AfxMessageBox("Close?",MB_OKCANCEL)==IDOK)
CDialog::OnClose();
}
void CDialog1::OnClose()
{
// TODO: Add your message handler code here and/or call default
if(AfxMessageBox("Close?",MB_OKCANCEL)==IDOK)
CDialog::OnClose();
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询