Reputation: 987
I have developed a surface application(wpf) using visual studio 2010--> suface v2-->surface application(WPF).
Now i want to test the application in tablet. I tried on Windows rt and 8. but none are compatible.
What is the tablet specification i require for this scenario. Or how should I Deploy the application.
One more question how we can specify the resolution for devises. ie samsung sur40 has a larger screen and tablet small. how can we adjust this in app. whether it is needed such adjustments. Name Spaces am using are,
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.Surface;
using Microsoft.Surface.Presentation.Controls;
Thanks in advance.
Upvotes: 1
Views: 468
Reputation: 11
To run a Pixelsense application on a Windows 8 system (Pro version) you need to install the Surface Runtime. To capture multitouch input make sure the application runs in a normal window, not a SurfaceWindow.
Upvotes: 1
Reputation: 201
Actually there are several Win 8 Tablets that are available that run full windows 8 and will run all apps that Windows 7 can run. I am using an Acer W510-1666 to run my WPF apps.
I hope this helps
Upvotes: 2