I need to detect when I click on an item in a list control. I mapped the NM_CLICK notify message of the list control but this message is sent only if I release the mouse button over the item I clicked. I need to receive a message when I first click down on the item, at this point the item is already selected.