<< 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.