How to set the checkbox in CListView to be disable for user to change
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How to set the checkbox in CListView to be disable for user to change? But user can not only double click and click the item in CListView,but also can multiple select by shift and control.
Well, i don't know how you could change its appearance aside of drawing the items yourself but you can avoid the changing of the check state by handling the LVN_ITEMCHANGING[^] notification.
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Life: great graphics, but the gameplay sux. <