Unicode Controls & Classes for VB6 - Version 4

clsCommDialogs Class

This class permits you to invoke Unicode Windows dialogs like OpenFile, SaveFile, ShowFonts, ShowDir, ShorColor.

Enums
Name Description
eChooseFont ShowFont flags enum; check on MSDN for a complete documentation
eOpenFileFlags Used in the [ShowOpen] and [ShowSave] functions
Check MSDN (Flag parameter) for complete documentation
Events
Name Description
Properties
Name Type Description
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.
Remarks