// TODO: Change any attributes of the DC here
if (pWnd->GetDlgCtrlID() == IDC_PICALARM || pWnd->GetDlgCtrlID() == IDC_STATICNET||pWnd->GetDlgCtrlID() == IDC_STATICLABA)
{
HBRUSH hbrN = CreateSolidBrush(m_clrBack);
pDC->SetBkMode(TRANSPARENT);
return hbrN;
}
// TODO: Return a different brush if the default is not desired
return hbr;
}