LVS_EX_CHECKBOXES checked state change notification
-
I've searched high and low for some notification message that is fired when the checked state changes on a list-view with LVS_EX_CHECKBOXES set. It seems a little silly to have to do a hit test every time someone clicks the list-view window and check the mouse coordinates again to see if it falls in the checkbox area. Am I missing something here? --charlie
-
I've searched high and low for some notification message that is fired when the checked state changes on a list-view with LVS_EX_CHECKBOXES set. It seems a little silly to have to do a hit test every time someone clicks the list-view window and check the mouse coordinates again to see if it falls in the checkbox area. Am I missing something here? --charlie
Hi, please have a look to the following article: http://www.codeproject.com/listctrl/listcheckbox.asp[^] Best regards Holger Persch