How to change banner color?
Is there a way to chage the font and background colors of banner window, or of its dialog items?
BANNER::show /NOUNLOAD /set 76 "1, 2, 3..."
Banner::getWindow /NOUNLOAD
Pop $R0
SetCtlColors $R0 0xFFFFFF 0x000000 #doesn't work
GetDlgItem $2 $R0 76
SetCtlColors $2 0xFFFFFF 0x000000 #doesn't work either
SLEEP 2000
BANNER::destroy