I'm using Visual C++, MFC with an MDI format. When the program first runs, of course, an initial child-window opens up. If I immediately try to load a document (through OPEN FILE, for instance) that initial child-window is not used and just sits there. How can I get my program to act like Word, for example, where that initial blank document is replaced?
Thanks,
John