I'm handling the LVN_ITEMCHANGING
message, but it gets signaled every time the check state is changed.
I need a way to distinguish between the user changing the check state, and me calling ListView_SetCheckState
Is there any easy way to do this? A different message I don't know about maybe? Or does anyone have any suggestions?