ReadINIStr $R0 "$PLUGINSDIR\test.ini" "Field 3" "HWND"
SetCtlColors $R0 "FFCB2B" "062A55"
CreateFont $R1 "Tahoma" 9 700
SendMessage $R0 ${WM_SETFONT} $R1 1 If XPStyle is OFF everything works fine, but if it is ON the text doesn't change its color, remaining black... why?Checkbox and XPStyle help
I need some help with XPStyle and checkbox text color in a custom page. Here is the code: