Not to mention that

BOOL CTestApp::InitInstance()
{
AfxEnableControlContainer();

CDtest dlg; //add this line
dlg.DoModal();//and this line



works as well