Documents Samples

The SCRIBBLE sample, presented in Visual C++ Tutorials, shows how to implement a CDocument derived class. SCRIBBLE is a good model for any application that can rely on the framework's standard user interface for file handing (for example, New, Open, Close, and Save on the File menu) and the framework's automatic serialization of documents.

The following samples are cases in which you might need to override the framework's standard document behavior:

See Also

Microsoft Foundation Class Library Samples Index