CompuServe Thread

app with no document

1 messages in this thread
#30227From: Steve DiricksonJul 8, 1994 2:00 AM
<< 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.