We have an old application (C#, Compact Framework 2.0) that has been running on Motorola MC70 mobile computers (running Windows Mobile 5.0) for a few years. Since Motorola does not manufacture this model anymore, we are in the process of replacing it with Motorola MC75A. The problem is that MC75A is only available with Windows Mobile 6.5.
When adjusting our application to the MC75A, we found out that almost everything works OK, but we found a showstopper: gestures. The problem is that on a few forms, there are a few tabcontrols where we control in code which tab that is supposed to be shown (bad idea, I know, but I have inherited this application from another vendor) and the gestures interfere with this since a quick gesture to the left (whihc user user to select text in a textbox) will make a new tab to be shown.
So we are currently looking into how to workaround this. The best solution would probably be to rewrite tha application to not use tabs since it is not really a tab control, but because of time and budget contraints, we would rather want to disable gestures completely.
So, is it possible to disable gestures completely either application wide or at least for a specific control?