How To Handle NM_CUSTOMDRAW event to retrieve List items
问题 I'm working on a win32/MFC project. I have a custom CListCtrl control that I must to add, from time to time, some strings of characters. I absolutely need to perform some manipulations on items dynamically added to my CListCtrl. Ultra-Basically, I need to: Detect adding of single elements; Retrieve _single items_ IMMEDIATELY AFTER(ideally, shortly after InsertItem() invocation); Store values of single items in a map, which I will use to perform other manipulations. I thought about doing this