开发者

How to disable WM6.5.3 gestures?

开发者 https://www.devze.com 2023-02-04 21:14 出处:网络
I am working on a .NET 2.0 application targetting the WM5 SDK, what is the correct way to disable the gesture functionality when running on a WM6.5.3 device that only affects the forms I am using?

I am working on a .NET 2.0 application targetting the WM5 SDK, what is the correct way to disable the gesture functionality when running on a WM6.5.3 device that only affects the forms I am using?

This is causing an issue when I have a signature capture control inside a tab control - when the signature is entered it's quite common for the ta开发者_JS百科b control to switch tabs as WM6.5.3 picks it up as a gesture.

I don't want to disable the gesture functionality device wide, nor can I upgrade the application to target the WM6.5.3 SDK as it still needs to work on older devices.

Cheers


Used NativeWindow implementation from OpenNetCF to capture and handle the WM_GESTURE on the signature capture controls.

0

精彩评论

暂无评论...
验证码 换一张
取 消