delete whole columns in list view /win32
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Use the ListView_DeleteColumn macro[^] or send the LVM_DELETECOLUMN message (linked from that page)
-
Use the ListView_DeleteColumn macro[^] or send the LVM_DELETECOLUMN message (linked from that page)