上满是错误提示。。点击忽略会出现
点击确定又回到上那个错误提示。。
点重试出现
。。。请大家帮忙看看什么原因。。
我调用的代码是(点击Button4就会出错):
void CTongDlg::OnButton4()
{
CTongDlg *dlg=new CTongDlg;
dlg->Create(IDD_DLG_AND,NULL);
dlg->ShowWindow(SW_SHOW);
// TODO: Add your control notification handler code here
}