1
123
Thank you:
I'm using choose color dialog to change the color of detail area or any
control:
my problem is why this color not save (when close and reopen my form
the color back to first one) how can save the color for my control
note: the form will be in run time and the user (can't change the form from
run time to design time)
any help
thank you
-------start of the code-----------
Dim cdl As CommonDlg
Set cdl = New CommonDlg
cdl.ShowColor
Detail.BackColor = cdl.Color
lblColor.BackColor = cdl.Color
-----------------------end of the code
I'm using choose color dialog to change the color of detail area or any
control:
my problem is why this color not save (when close and reopen my form
the color back to first one) how can save the color for my control
note: the form will be in run time and the user (can't change the form from
run time to design time)
any help
thank you
-------start of the code-----------
Dim cdl As CommonDlg
Set cdl = New CommonDlg
cdl.ShowColor
Detail.BackColor = cdl.Color
lblColor.BackColor = cdl.Color
-----------------------end of the code