INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'ChooseColor' function creates a system-defined dialog box
-- from which the user can select a color.
-- The 'ChooseFont' function creates a system-defined dialog box
-- from which the user can select a font, a font style (such as bold or
-- italic), a point size, an effect (such as strikeout or underline),
-- and a text color.
-- The 'CommDlgExtendedError' function identifies the cause of the most
-- recent error that has occurred during the execution of one of the
-- following common dialog box functions:
-- 'ChooseColor', 'ChooseFont', 'FindText', 'GetFileTitle',
-- 'GetOpenFileName', 'GetSaveFileName', 'PrintDlg', 'ReplaceText'.
-- The 'FindText' function creates a system-defined modeless dialog box
-- that enables the user to find text within a document.
-- The 'GetOpenFileName' function creates a system-defined dialog box
-- that enables the user to select a file to open.
-- The 'GetSaveFileName' function creates a system-defined dialog box
-- that enables the user to select a file to save.
-- The `PageSetupDlg' function creates a `Page Setup' dialog box that
-- enables the user to specify the attributes of a printed page.
-- These attributes include the paper size and source,
-- the page orientation (portrait or landscape), and the width
-- of the page margins.
-- The 'PrintDlg' function displays a Print dialog box or a Print Setup
-- dialog box. The Print dialog box enables the user to specify the
-- properties of a particular print job. The Print Setup dialog box
-- allows the user to select additional job properties and to configure
-- the printer.
-- The 'ReplaceText' function creates a system-defined modeless dialog
-- box that enables the user to find and replace text within a document.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |