I am looking for some advice on handling WM 6.5 Gestures in a C# 2.0 Application. Currently things like pan and scroll are interfering with controls like the Tab Control and listviews.

Is there a way to catch these using C# 2.0 and handling them? I've been looking at the MSDN wrappers etc but these are built using .Net 3.5 and wont work with my application and I keep getting errors.

Thanks for your help in advance,

Morris

link|improve this question

60% accept rate
feedback

1 Answer

Using Gestures in Windows Mobile 6.5

try this

link|improve this answer
I read through this and used the OpenNetCF to catch the gestures and disable them throughout the application which seemed the best way to do what I needed. Thanks for the help tho! – Morrislgn Dec 22 '09 at 10:50
you're welcome! ...may i ask you a vote? ;) – Sunrising Dec 23 '09 at 8:07
@MorrisIgn, is it possible for you to show how you did it? I am using OpenNetCF's NativeWindow and overriding WndProc and trying to intercept WM_GESTURE, but no luck so far. Any hints would be appreciated. – Andreas Paulsson Sep 29 '11 at 8:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.