I'm trying to change the background color of a static control (text). I know that this can be normally done by the message WM_CTLCOLORSTATIC, however, the control i'm talking about is the child of another static control (because i'm using tabs), so there is no way i can check WM_CTLCOLORSTATIC. How can i achieve this?

Thanks in advance...