I've made a couple desktop applications with C#, using Windows Forms Application.
As you know, on most Windows 8 tablets, the CPU is ARM, and cannot run programs that are written for Intel 8086 processors.
Can I somehow recompile my Windows Forms Application programs to work on ARM processors, so tablet users can run them? I'm using Visual Studio 2013