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< comdlg32CHOOSECOLOR> param0) → int - Creates a Color dialog box that enables the user to select a color.
-
ChooseColor(
Pointer< comdlg32CHOOSECOLOR> param0) → int - Creates a Color dialog box that enables the user to select a color.
-
ChooseColor(
Pointer< comdlg32CHOOSECOLOR> param0) → int - Creates a Color dialog box that enables the user to select a color.
-
ChooseFont(
Pointer< comdlg32CHOOSEFONT> param0) → int - 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).
-
ChooseFont(
Pointer< comdlg32CHOOSEFONT> param0) → int - 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).
-
ChooseFont(
Pointer< comdlg32CHOOSEFONT> param0) → int - 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< comdlg32FINDREPLACE> param0) → int - 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.
-
FindText(
Pointer< comdlg32FINDREPLACE> param0) → int - 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.
-
FindText(
Pointer< comdlg32FINDREPLACE> param0) → int - 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< comdlg32OPENFILENAME> param0) → int - 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.
-
GetOpenFileName(
Pointer< comdlg32OPENFILENAME> param0) → int - 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.
-
GetOpenFileName(
Pointer< comdlg32OPENFILENAME> param0) → int - 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< comdlg32OPENFILENAME> param0) → int - Creates a Save dialog box that lets the user specify the drive, directory, and name of a file to save.
-
GetSaveFileName(
Pointer< comdlg32OPENFILENAME> param0) → int - Creates a Save dialog box that lets the user specify the drive, directory, and name of a file to save.
-
GetSaveFileName(
Pointer< comdlg32OPENFILENAME> param0) → int - Creates a Save dialog box that lets the user specify the drive, directory, and name of a file to save.
-
ReplaceText(
Pointer< comdlg32FINDREPLACE> param0) → int - 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.
-
ReplaceText(
Pointer< comdlg32FINDREPLACE> param0) → int - 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.
-
ReplaceText(
Pointer< comdlg32FINDREPLACE> param0) → int - 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.