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.
Custom header colors
3 posts
Use:
MUI_BGCOLOR (color: 0xBBGGRR)to change the background color. You can't change the text color yet.
Background color for the header, Welcome page and Finish page.
Default: 0xFFFFFF
Originally posted by kichikI'm dying for that feature. 🙄
You can't change the text color yet.
I'll be bomb 😁