|
clsCommDialogs Class
This class permits you to invoke Unicode Windows dialogs like OpenFile, SaveFile, ShowFonts, ShowDir, ShorColor.
Methods
Name |
Type |
Description |
GetCustomColor |
(Long) |
Gets one of the 16 custom colors from the Color dialog |
SetCustomColor |
|
Sets a custom color for the Color dialog |
ShowColor |
(Long) |
Displays the color chooser dialog |
ShowDir |
|
Displays a dialog box that enables the user to select a folder. |
ShowFont |
(Boolean) |
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). Each parameter of this function is in [IN/OUT] |
ShowFontEx |
(Boolean) |
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). Each parameter of this function is in [IN/OUT] |
ShowOpen |
(String) |
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. |
ShowSave |
(String) |
Creates a Save dialog box that lets the user specify the drive, directory, and name of a file to save. |
|