Creating the Image Lists

HomeOverviewSample

Creating image lists is the same whether you use CListView or CListCtrl.

Note   You only need image lists if your list control includes the LVS_ICON style.

Use class CImageList to create one or more image lists (for full-size icons, small icons, and states). See CImageList, and see List View Image Lists in the Platform SDK.

Call CListCtrl::SetImageList for each image list; pass a pointer to the appropriate CImageList object.

See Also   Windows Common Controls and MFC Classes