rmpo
Computer
- Mar 28, 2003
- 2
Hi! I'm developping a Multiple Document Interface in Visual C++ 6 with MFC and I would like to know how can I prevent that my application doesn't create a new document when it starts (that is, opens with no child windows). I know that starter applications generated by AppWizard call OnFileNew() to create a blank document when they run. OnFileNew() calls the document's OnNewDocument(). How can I prevent this to happen when I start the application?
Thanks for your attention.
Thanks for your attention.