Chapter 13. The Registry, Clipboard, Standard Dialogs, and Print Preview
This chapter describes the implementation of:
- The Registry: A Windows database holding information between application executions.
- The Clipboard: A Windows database holding information that has been cut, copied, and pasted.
- The standard dialogs: This is used for saving and opening documents, for colors and fonts, and for printing.
- Print preview: In the
StandardDocument
class, it is possible to view the document on the screen as if it is being printed.