//here is my code ,but it doesn't work
CBrush *pBrush;
pBrush = new CBrush(RGB(255,255,255));
// TODO: Change any attributes of the DC here
pDC->SetTextColor(RGB(1, 1, 1));
pDC->SetBkColor(RGB(255,255,255));
return (HBRUSH)(pBrush->GetSafeHandle());