How to get the point clicked in NM_DBLCLK.
-
I am handling NM_DBLCLK message for a CListCtrl in my application. In that function I need to know the point where the double click is made. How can i know that?
Aryan S wrote:
I am handling NM_DBLCLK message for a CListCtrl in my application. In that function I need to know the point where the double click is made. How can i know that?
GetCursorPos and ScreenToClient
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta Global Interface Table: An Easy Way to Marshal an Interface Pointer[new] VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
I am handling NM_DBLCLK message for a CListCtrl in my application. In that function I need to know the point where the double click is made. How can i know that?
NM_DBLCLK
sents this information inNMITEMACTIVATE
parameter.Prasad Notifier using ATL | Operator new[],delete[][^]