WM_LBUTTONUP event is not workling correctly in list control
-
I have list control class derived from CListCtrl. I have mapped the WM_LBUTTONUP message in my list control class. But when i am clicking on list control i am not getting WM_LBUTTONUP event, ie OnLButtonUp handler is not invoked. But when i am double clicking in the list control OnLButtonUp handler is invoking. Can anybody help me to solve this? Thanks in Advance!!!
akt
-
I have list control class derived from CListCtrl. I have mapped the WM_LBUTTONUP message in my list control class. But when i am clicking on list control i am not getting WM_LBUTTONUP event, ie OnLButtonUp handler is not invoked. But when i am double clicking in the list control OnLButtonUp handler is invoking. Can anybody help me to solve this? Thanks in Advance!!!
akt
Use ON_WM_LBUTTONDOWN. Its working if the left mouse button is down.
-
Use ON_WM_LBUTTONDOWN. Its working if the left mouse button is down.
-
Yes I have solved the problem with LButtonDown. But I want to know why WM_LBUTTONUP is not working properly with list control? Can anybody help me???
akt
modified on Tuesday, June 3, 2008 7:34 AM
May I know why you down voted me, if your problem is solved by my answer? :)
-
May I know why you down voted me, if your problem is solved by my answer? :)