Do simple Windows Forms/WPF apps work on Windows 8 for tablets?

前端 未结 6 1892
执念已碎
执念已碎 2021-02-01 04:53

I\'m developing a C# .NET business application that needs to work on Windows 7, Windows 8 and Windows 8 Tablet.

  1. Do \"simple\" Windows Forms applications work on bo
6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-01 05:48

    Windows 8 will still have win32, so all your applications which are win32 based example winform, C++, COM application will still run fine without recompiling. However Win32 will not be present on surface tablets, so they would not run there. You will have to recode your application using metro style which will intern use WinRT (windows runtime).

    For details refer to my blog on windows 8

提交回复
热议问题