ArvindKumar17
Programmer
hi friends,
I am using the CWnd::SendMessage function. I am sending the message to the WM_LBUTTONDOWN.
OnLButtonDown(UINT nFlags, CPoint point) contains an extra parameter point of type CPoint which I am unable to send.
I have tried
SendMessage(WM_LBUTTONDOWN, MK_LBUTTON , ???)
What do I put next ? I can put only 3 parameters. 3rd parameter does not accept of type pointer.
regards
-arvind
I am using the CWnd::SendMessage function. I am sending the message to the WM_LBUTTONDOWN.
OnLButtonDown(UINT nFlags, CPoint point) contains an extra parameter point of type CPoint which I am unable to send.
I have tried
SendMessage(WM_LBUTTONDOWN, MK_LBUTTON , ???)
What do I put next ? I can put only 3 parameters. 3rd parameter does not accept of type pointer.
regards
-arvind