Custom header colors
Hi.
I'm trying to alter the colors used in the header on each page. I'm able to change the background color for each control in the header, but how do I change the color of the text itself? So far, I've got:
!define MUI_CUSTOMFUNCTION_GUIINIT "CustomHeader"
Function CustomHeader
GetDlgItem $0 $HWNDPARENT 1034
SetBkColor $0 "0x993300"
GetDlgItem $0 $HWNDPARENT 1037
SetBkColor $0 "0x993300"
GetDlgItem $0 $HWNDPARENT 1038
SetBkColor $0 "0x993300"
FunctionEnd
Any help will be greatly appreciated. Thanks in advance.
Brad.