clsCommDialogs.SetCustomColor MethodSets a custom color for the Color dialogSyntax
Public Sub SetCustomColor (ByVal Index As Integer, _
ByVal Color As Long) Parameters
Remarks
You can customize up to 16 colors, use indexes 0..15 to set or retrieve ([GetCustomColor]) custom colors
Draw a ctlColorWL on a form then paste this code inside Private Sub Form_Load() |