How can I implement the "tap and hold" behavior in an MFC CListCtrl?
I have an MFC CListCtrl in a CDialog and I need to add to the CListCtrl the "tap and hold" behavior.
That is what I mean for "tap and hold":
If the user clicks (a "standard" click with the left button of the mouse) on a CListCtrl item then function A will be called.
If the user click on a CListCtrl item and keep pressed down the left button of the mouse for more than one second then function B will be called.