Double Click -ListBox

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello Smok,

    Yes, it is possible. This can be implemented by overwriting the callback function of the parent window. Just react on the WM_NOTIFICATION_RELEASED and store the current time. If WM_NOTIFICATION_RELEASED is sent a second time within the maximum time a double click shall be considered, the according action can be executed.

    Best regards,
    Adrian