Hi,
for some reason I cannot handle context menu in handler for WM_CONTEXTMENU
message. Actually, code executes when I double right click the mouse. This
problem only appears in CListView and view derived from it.
So I decided to handle NM_RCLICK notification but NMHDR structure is of no
help as it doesn't show coordinates where the click occured. But I solved
that problem.
My question is why I can't handle WM_CONTEXTMENU message with just one right
click?
natko