Hi.

I started out using a CListBox in a dialog box. However, I wanted to add a grid feature, so I posted a message about how to add a grid to it. I found out the only way is to use a CListCtrl. I implemented a CListCtrl in place of the CListBox. There is one problem. I cannot get it to return a selected item or the selected items. There are no getseltime or getselitemindex.

How do you determine what item a user selects in a CListCtrl?

Thanks,
Kuphryn