The following table shows the common dialog boxes functions, with a description of the purpose of each.
| Programming element | Description |
|---|---|
| CCHookProc | This function is an application-defined or library-defined callback function that is used with the Color common dialog box. |
| CFHookProc | This function receives messages intended for the default dialog box procedure of the Font dialog box. |
| ChooseColor (function) | This function creates a Color common dialog box that enables the user to select a color. |
| ChooseFont (function) | This function creates a Font dialog box that enables the user to choose attributes for a logical font. |
| CommDlgExtendedError | This function returns a common dialog box error value. |
| GetOpenFileName | This function creates a system-defined dialog box that enables the user to select a file to open. |
| GetSaveFileName | This function creates a system-defined dialog box that enables the user to select a file to save. |
| PagePaintHook | This function is an application-defined or library-defined callback function used with PageSetupDlg (function). |
| PageSetupDlg (function) | This function creates a Page Setup dialog box that enables the user to specify the attributes of a printed page. |
| PageSetupHook | This function is an application-defined or library-defined callback function used with PageSetupDlg (function). |
| PrintDlg (function) | This function displays a Print or Print Setup dialog box. |
| PrintHookProc | This function is an application-defined or library-defined callback function that is used with the Print common dialog box. |
See Also
Send Feedback on this topic to the authors