License Background Colour
Is there any way to change to the background colour of the License text box so that you can have diffrent colours for each License page?
14 posts
so that you can have diffrent colours for each License page?😛 (ok not that apparent, but still)
-Stu!define MUI_PAGE_CUSTOMFUNCTION_SHOW licenseAShow
!insertmacro MUI_PAGE_LICENSE "license.txt"
!define EM_SETBKGNDCOLOR 1091
Function licenseAShow
FindWindow $R0 "#32770" "" $HWNDPARENT
GetDlgItem $R0 $R0 1000
SendMessage $R0 ${EM_SETBKGNDCOLOR} 0 0xC0C0C0
FunctionEnd