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
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
Doubleclicking the touchscreen?
Berky13
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