I need to change the colour of dialog boxes from grey to green.

Using ON-WM_CTLCOLOR i have managed to do that. However not everything inside the dialog box have been changed. The main problem is the Group Box and static text. The words entered for the Caption will cause the background colour behind the caption to change to white or grey, thus making the the dialog box very unsightly. The background colour behind the static text also has the same problem

The tabs for property pages inside the dialog also remain at grey colour despite the dialog box being changed to green colour.

How can i solve this problem???