Create different SDI windows
摘要:
Create different SDIwindows1. BOOL CtestMDIApp::InitInstance()CMultiDocTemplate* pDocTemplate;pDocTemplate = new CMultiDocTemplate(IDR_testMDITYPE,RUNTIME_CLASS(CtestMDIDoc),RUNTIME_CLASS(CChildFrame)... 阅读全文
posted @ 2010-05-06 11:24 cutepig 阅读(213) 评论(0) 推荐(0)