Tagged Questions

0
votes
4answers
64 views

Timers / Tap and Hold gesture problem in .NET CF

Hey, Ive encountered some strange behaviour in my .NET CF 2.0 application running on Windows CE 5.0. I have a timer updating a control periodically, that control can also receive Tap and Hold …
1
vote
4answers
261 views

How can I implement the “tap and hold” behavior in an MFC CListCtrl?

How can I implement the "tap and hold" behavior in an MFC CListCtrl? I have an MFC CListCtrl in a CDialog and I need to add to the CListCtrl the "tap and hold" behavior. That is what I mean for "tap …