在OnPaint中ShowWindow(hide),然后直接返回不用画了
2.隐藏弹出对话框的标题栏
CCtxMessageBox dlgParent;
dlgParent.Create(IDD_CTXMESSAGEBOX);
dlgParent.ShowWindow(SW_HIDE);
CCtxMessageBox* l_dlg = new CCtxMessageBox ( &dlgParent );
在OnPaint中ShowWindow(hide),然后直接返回不用画了
2.隐藏弹出对话框的标题栏
CCtxMessageBox dlgParent;
dlgParent.Create(IDD_CTXMESSAGEBOX);
dlgParent.ShowWindow(SW_HIDE);
CCtxMessageBox* l_dlg = new CCtxMessageBox ( &dlgParent );