long style = GetWindowLong(m_hWnd,GWL_STYLE);
style = style | LVS_REPORT;
SetWindowLong(m_hWnd,GWL_STYLE,style);