Change the Foreground and Background Colour of Staic Text Control in VC++
overrider OnCtlColor for WM_CTLCOLOR for your dialog like following to set background and text
color :
e.g.
HBRUSH CMyDlg::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)
{
&nb