Search code examples
c#windows-mobilecompact-framework.net-cf-3.5

wipe gesture windows mobile


I want to use gestures on a windows mobile phone. For example (using .net cf 3.5) to wipe from left to right on the touchscreen over a form or something and switch to next form and of course back.

I know its not that difficult to create it on my own, but maybe someone did that before. Specially if there are some extra gestures like circles and so on...

Thank you for your help.

Greetings Karl


Solution

  • This article explains pretty well how to use gestures:

    Optimizing Screen Area Using Mouse Gestures

    Also check this MSDN sample code:

    Windows Mobile Managed Gestures Sample