Archive: Custom header colors


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.


Use:

MUI_BGCOLOR (color: 0xBBGGRR)
Background color for the header, Welcome page and Finish page.
Default: 0xFFFFFF
to change the background color. You can't change the text color yet.

Originally posted by kichik
You can't change the text color yet.
I'm dying for that feature. :rolleyes:
I'll be bomb :D