Question

Is it possible to deploy a windows form application to a winRT tablet? Say surface.

The target platform for a win form application is either x86 or x64 and not ARM. Hence I am not able to build a win form application for the tablet and hence could not be executed on the tablet.

Thanks, Soorya

Was it helpful?

Solution

No, it's not a supported scenario. You can only develop Windows Store (Windows Runtime also known as WinRT) applications to an ARM device running Windows RT. Windows Forms (aka. WinForms) applications are desktop applications leveraging the legacy desktop Windows API/WinAPI/Win32.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top