通过重载CWinApp::OnFileNew()来控制具体用哪个模板: void CMyApp::OnFileNew() { m_ptDefaultTemplate->OpenDocumentFile(NULL); // 你指定的缺省模板 }