Hi All,
We had a legacy VC6.0 application and i was able to migrate it from vc6.0 to vs2012. we are targeting our app to run on Win7 and Win8 both 32bit and 64bit. Now we want our application to be able to run on tablets. i deployed the MFC app on the tablet with Win7 OS but few functionalities like flik on the app is not allowing it to move. So my question is, do we need to handle WM_TOUCH and other gesture related events/handlers in our existing app. If yes then do we need to override these handlers in each and every class (UI related classes)? Or just handle the mouse events to move the dialog or views as required?
Thanks & Regards.,
Naresh