The .NET Framework contains classes that represent the various dialogs that are frequently used in Microsoft Windows applications. However, the core functionality of a given dialog box (that is, OpenFileDialog, opening a file; SaveFileDialog, saving a file) has often not been implemented in the class. Within this document, the steps for implementing this functionality are described. (9 pages)
|