Thanks!
P
prasanth_mv
@prasanth_mv
Posts
-
Creating View without document? -
Creating View without document?Hi, Is it possible to create a view (In MFC MDI app)without document as follows? CMultiDocTemplate* pDocTemplate = new CMultiDocTemplate(IDR_CheckTYPE, NULL, RUNTIME_CLASS(CChildFrame), RUNTIME_CLASS(CCheckView)); I mean, passing NULL for the document runtimeclass and use pDocTemplate->CreateNewFrame(). Thanks, Prasanth