clsCommDialogs.ShowColor FunctionDisplays the color chooser dialogSyntax
Public Function ShowColor (ByVal hwndParent As Long, _
Optional ByRef lStartColor As Long = -1&) As Long Parameters
Remarks
Returns the chosen color
You can set or retrieve custom colors by using [SetCustomColor] and [GetCustomColor] Draw a ctlColorWL on a form then paste this code inside Private Sub Form_Load() |