Here's my show callback function
I played around with various values for text and background colors, and also tried "transparent" for the background color, but there is no effect.Function showFInish
FindWindow $0 "#32770" "" $HWNDPARENT
GetDlgItem $0 $0 4
SetCtlColors $0 0xFF0000 0xooFF00
FunctionEnd
I'm not sure I understand how to specify the handle for the checkbox dialog item. I used 4 because I added the checkbox field to ioSpecial.ini as "Field 4" in the pre callback function. I can't see what else to use for an ID.