简体   繁体   中英

Can WPF App run in Win 8.1 Kiosk Mode

very simple question, which I'm struggling to find an answer. Can a WPF app run in Windows 8.1 Kiosk mode?

Many thanks in advance!

A very simple answer: No.

Windows imersive mode uses its own platform: WinRT.

Although, its very similar to WPF and you can reuse most of your C# and XAML code, but you'll definitely need to correct a lot of things since WinRT uses a lot of Async methods.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM