Introduction - If you have any usage issues, please Google them yourself
This tutorial is designed to introduce you to the CListCtrl MFC class. This tutorial covers the following aspects of the CListCtrl:
- Adding a CListCtrl to your dialog
- Associating the CListCtrl with a member variable
- CListCtrl styles
- Inserting columns
- Using images
- Inserting items
- Using item data
- Selecting items
- Determining which items have been selected
- Getting item information
- Handling CListCtrl messages