Quote:
In MFC how would one go about creating an (MDI) application that had a "project/workspace" style container, i.e like visual studio.


You'd stay with one CDocument per file, with as many CView instances as you needed. Where you'd probably start messing around is with CDocManager, which is used to maintain a list of the loaded documents, and document templates.
_________________________
-- roger