Hi,

I am tried to implement LeftButtonDown and LeftButtonUp Event on my button.

It is something like I want to increase a variable while the button is pressed and stop increasing when the button is released.

I tried ON_WM_LBUTTONDOWN but I cannot trigger the event. Is there any advices.

Thanks in advances.