How Save a CListCtrl
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to know how can I save all the contents of a CListCtrl and how Reload it when the program restart? plz reply here : mpblaze@iquebec.com X| BLaZe
-
Hi, I want to know how can I save all the contents of a CListCtrl and how Reload it when the program restart? plz reply here : mpblaze@iquebec.com X| BLaZe
You'll have to iterate through using GetItemText(. . .) to retrieve each one. Just like you did to set the individual items and subitems when you initialized it. Hope this helps. Best Regards
-
You'll have to iterate through using GetItemText(. . .) to retrieve each one. Just like you did to set the individual items and subitems when you initialized it. Hope this helps. Best Regards