简体   繁体   中英

WPF touch application for Windows 8

I know it is possible to do a Touch Application for Windows 7 using the Surface SDK in Visual Studio 2010. I would like to do the same thing in a Windows 8 environment but Surface is unfortunately not supported.

I do not want to build a Metro Application but I need an executable with touch support that works in Win 8. Does anyone know if it possible to do a touch exe for windows 8?

You can use the SDK on a windows 8 machine. I'm using visual studio 2010 with the sdk on my machine. You'll need to install Xna to to make it work. And in xaml, change your windowtype from surfacewindow to window.

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