MFC Virtual List Control
This dialog box MFC application contains both a virtual list control (IDC_LIST1) and a normal list control (IDC_LIST2) with 50,000 items so you can...
MFC Controls: The List Control
Like all other strings used in an MFC application, this string can also ...nCol = m_List.InsertColumn(0, &lvColumn); lvColumn.mask = LVCF_FMT |...
Using the List Control - CodeProject
From this point, you can easily gain access to MFC's CListCtrl member functions to manipulate the CListCtrl contents. CListCtrl Styles The list control ...