COLORREF gray = RGB(180,180,180), green = RGB(0,255,0);
m_ListCtrl.SetBkColor( gray );
m_ListCtrl.SetTextBkColor( gray );
m_ListCtrl.SetTextColor( green );