Creating the Image Lists
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Creating the Image Lists.
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 Windows SDK.
Call CListCtrl::SetImageList for each image list; pass a pointer to the appropriate CImageList
object.