app with no document
08-Jul-94 02:00:32
Sb: #29809-app with no document
Fm: Steve Dirickson 70313,3252
To: Marc Weigel 72103,1013
<< Is it possible to have an application that supports views but does not have
any documents.>>
Not with the MFC doc/view architecture–documents are an integral part of that
design, and a view must be attached to a document.
<< I would like to simply have the name of the application in the main frame
window.>>
Turn off the FWS_ADDTOTITLE bit in a PreCreateWindow() override.