for(int i=0; i<m_array.GetCount(); i++) { if(m_array.IsSelected(i)) { DoSomething(...); } }
Report message to a moderator