Hi all,

I want to implement basic finger gestures within one of my apps, but have got stuck at the first hurdle.

There are a few examples on the net, but they seem to use custom controls that do not allow easy use of other controls.

I really just need a way to capture the MouseDown/Up methods even through a child control, still allowing clicks to be captured by whatever control has been clicked.

I'll then do some basic maths to find out what type of gesture has been done. Left to Right, Right to Left, Up to Down, Down to Up, that's all I need.

Obviously MouseDown and Up get eaten by child controls. MouseMove will give position, but only when the mousedown method is activated.

Cheers for any help or advice given.

Paul.