Click here to Skip to main content
15,888,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application on widows mobile 6.x using a tab control.
One of the tabs allows for drawing, however, since windows mobile 6.x introduced swipe navigation, the tab will switch when the user tries drawing to fast.
NO, redesigning the application is not an option at this point, I just want to disable the swipe navigation. The application is written in c++ with MFC.

Thanks for any pointers.
Posted

1 solution

filter out the swipe message in the message queue or overwrite the message handler to ignore the message. (Sometimes it is needed to TRACE all messages to find the one you looking for)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900