OFFICE/프로그램
모달리스 대화상자 해제하는 방법.
gandus
2011. 11. 4. 19:19
void CMaskDialog::PostNcDestroy()
{
// TODO: Add your specialized code here and/or call the base class
delete this;
CDialog::PostNcDestroy();
}