Hello,
I have a problem with the CListCtrl for MFC. I try to translate a software that was developed with the FoxGUI toolkit, and there the itemdata is a void *ptr value. In the original code the developer gaves this itemdata a pointer to custom data. Inside the MS CListCtrl there is only a DWORD_PTR available. Is it possible to give the CListCtrl also a pointer to a custom data structure?
Thanks,
Ingo
Start Free Trial