Doubleclicking the touchscreen?

I have been unable to get Double-clicks to work with a touchscreen. I am calling ModifyStyle with CS_DBLCLKS, that doesn't seem to be working. Does Windows Mobile 5 actually support double-clicks



Answer this question

Doubleclicking the touchscreen?

  • Berky13

    Amit Ranjan wrote:

    You would need to register windows class with CS_DBLCLKS style.

    Hope it helps

    Thanks and Regards

    Amit

    I am doing that via ModifyStyle() (ref: original post)


  • MarkNyats

    You would need to register windows class with CS_DBLCLKS style.

    Hope it helps

    Thanks and Regards

    Amit



  • Doubleclicking the touchscreen?