Hello,
I would like to change the color for label:
...
CONTROL ADD LABEL, hDlg, %IDC_TEST, ...
...
CONTROL SET COLOR hDlg, %IDC_TEST, RGB(139,0,0), -1
but it does not work, why?
Thanks
OK, for LABEL
...
CONTROL SET COLOR hDlg, %IDC_TEST, RGB(139,0,0), -1
CONTROL REDRAW hDlg, %IDC_TEST
thus it runs.
I would like to change the color for label:
...
CONTROL ADD LABEL, hDlg, %IDC_TEST, ...
...
CONTROL SET COLOR hDlg, %IDC_TEST, RGB(139,0,0), -1
but it does not work, why?
Thanks
OK, for LABEL
...
CONTROL SET COLOR hDlg, %IDC_TEST, RGB(139,0,0), -1
CONTROL REDRAW hDlg, %IDC_TEST

thus it runs.