Archive: MUI: change header text color for a page


MUI: change header text color for a page
Hi,
I'd like to change the color of header text for a *certain* page, how can I do that?
i.e.
!define MUI_PAGE_HEADER_TEXT "some text"
!define MUI_PAGE_HEADER_SUBTEXT "some subtext"

display "some text" in red, display "some subtext" in green, etc.


Use GetDlgItem and SetCtlColors. To find out the item id, use Resource Hacker. Search the forum for GetDlgItem, SetCtlColors and/or Resource Hacker and you should be able to find some examples.