titanandrews
Programmer
Hi,
This should be very simple, but I just don't get it. I have
in my message map and the 2 overridden functions,
OnLButtonDown() and OnLButtonDblClk() in my class. But even when I double click on my edit field, the OnLButtonDown() function is always invoked instead of OnLButtonDblClick(). The double click function never gets called when I double click. If I removed the button down function, then the double click works fine. What am I doing wrong? I should be able to implement both functions.
many thanks,
Barry
This should be very simple, but I just don't get it. I have
Code:
ON_WM_LBUTTONDBLCLK()
ON_WM_LBUTTONDOWN()
OnLButtonDown() and OnLButtonDblClk() in my class. But even when I double click on my edit field, the OnLButtonDown() function is always invoked instead of OnLButtonDblClick(). The double click function never gets called when I double click. If I removed the button down function, then the double click works fine. What am I doing wrong? I should be able to implement both functions.
many thanks,
Barry