Wm_rbuttondblclk

Discussion in 'Win32' started by ramanujam.kv@gmail.c, Feb 4, 2008.

  1. ramanujam.kv@gmail.c

    ramanujam.kv@gmail.c New Member

    Joined:
    Feb 4, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi friends,

    I am trying to map WM_RBUTTONDBLCLK to one of my function. I successfully did it. But the problem is, when user double clicks The following sequence of messages are sent
    1) WM_RBUTTONDOWN,
    2) WM_RBUTTONUP,
    3) WM_RBUTTONDBLCLK,
    4) followed by another WM_RBUTTONUP

    Now what i want is:
    1) when user double clicks, Only WM_RDBUTTONDBLK message should be sent and i want to filter remaining messages.

    How to achieve this feature???????
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice