0

I have a WPF application written for desktop. When I run the application on a non-touch win8 pc, the tab change, combobox drop down etc work fine. The same application on a Win8 tab is behaving differently. The tab changes after a delay. The response of the UI is slower comparitively. I tried implementing this piece on code in my MainWindow constructor from this MSDN link. But the application crashes when I open child windows.

I am running the application on a Windows 8 pro tablet with Intel Atom. So it's not WinRT and allows desktop apps to run.

Abhishek
  • 2,925
  • 4
  • 34
  • 59
  • http://stackoverflow.com/questions/20903982/wpf-exe-application-file-is-not-working-in-windows-8-surface-tablet – jadavparesh06 Oct 15 '14 at 04:49
  • tablet is usually no match to desktop in terms of hardware Spec. But this also suggest that the WPF application has performance issue (can't run smoothly on 1GB mem, 1GHz CPU) – kennyzx Oct 15 '14 at 07:26
  • @kennyzx: I have 2 GB RAM and 1.8 GHz processor on the tablet. – Abhishek Oct 15 '14 at 11:39

0 Answers0