views:

958

answers:

1

Hi Folks,

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

+2  A: 

Using Gestures in Windows Mobile 6.5

try this

Sunrising
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
you're welcome!...may i ask you a vote? ;)
Sunrising