NM_CLICK and NM_DBLCLK : is it me or what ???
hello !
this post might be a little stupid for you guys that are more advanced like me, but i have no idea why this is happening...
in a listview, i need to see when the user clicks or double-clicks on a item...
ON_NOTIFY_REFLECT(NM_CLICK, OnClick)
ON_NOTIFY_REFLECT(NM_DBLCLK, OnDblclk)
the only problem is that when i get a NM_DBLCLK i also get a NM_CLICK before it, like if the user clicks, and then double-clicks the same item very fast...
i know that there might be a simple workaround for this, but i haven't found it yet...
anybody help ?
thanks...