[Win32/C++] List-view controls with check-boxes

Started by
1 comment, last by staticVoid2 15 years, 11 months ago
A quick question,,, How do I get notified when check-state of a list-view is changed?
Advertisement
You'll get an LVN_ITEMCHANGING/LVN_ITEMCHANGED notification.
I think the LVN_ITEMCHANGED message would be sent, here's a list of all notifications.

This topic is closed to new replies.

Advertisement