HBRUSH CDownloadDlg::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) {HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor);// TODO: Change any attributes of the DC herehbr = CreateSolidBrush(RGB(244,244,244));// TODO: Return a different brush if the default is not desiredreturn hbr;}출처: https://use1348.tistory.com/36 [유용한 정보:티스토리]