I am using this code to try and achieve this (set the background to white).
${NSD_CreateGroupBox} 190u 30u 110u 100u "Plugins:"
Pop $0
SendMessage $0 EM_SETBKGNDCOLOR 0 "255 255 255" Can someone please tell me where I have gone wrong and what I need to do to set the background colour.I also tried SetCtlColors but that didn't work, it just changed the colour of the text and the background of that text on the group box.