How to run through the whole CListCtrl and get its contents: rows and columns?

    1 answer 1

    CString GetStr = CListObj.GetItemText(n,m); 

    n - line number
    m - column number