comdlg32 topic

Common Dialog Library

Implements a wide variety of Windows dialog boxes intended to perform 'common application tasks', including file open and save, print, font and color selection.

Functions

ChooseColor(Pointer<CHOOSECOLOR> param0) int comdlg32
Creates a Color dialog box that enables the user to select a color.
ChooseFont(Pointer<CHOOSEFONT> param0) int comdlg32
Creates a Font dialog box that enables the user to choose attributes for a logical font. These attributes include a font family and associated font style, a point size, effects (underline, strikeout, and text color), and a script (or character set).
FindText(Pointer<FINDREPLACE> param0) int comdlg32
Creates a system-defined modeless Find dialog box that lets the user specify a string to search for and options to use when searching for text in a document.
GetOpenFileName(Pointer<OPENFILENAME> param0) int comdlg32
Creates an Open dialog box that lets the user specify the drive, directory, and the name of a file or set of files to be opened.
GetSaveFileName(Pointer<OPENFILENAME> param0) int comdlg32
Creates a Save dialog box that lets the user specify the drive, directory, and name of a file to save.
ReplaceText(Pointer<FINDREPLACE> param0) int comdlg32
Creates a system-defined modeless dialog box that lets the user specify a string to search for and a replacement string, as well as options to control the find and replace operations.