我已经使用visual studio 2010--> suface v2-->surface application(WPF)开发了一个surface应用程序(WPF)。
现在我想在tablet上测试这个应用程序。我在Windows rt和Windows 8上试过,但都不兼容。
对于此场景,我需要的平板电脑规格是什么。或者我应该如何部署应用程序。
还有一个问题,我们如何指定设备的分辨率。三星sur40的屏幕更大,平板电脑更小。我们如何在app中调整它。是否需要这样的调整。我使用的名称空间是,
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;提前谢谢。
发布于 2013-03-14 02:19:28
实际上,有几款Win8平板电脑可以运行完整的Windows8,可以运行Windows7可以运行的所有应用程序。我正在使用宏碁W510-1666来运行我的WPF应用程序。
我希望这能帮到你
发布于 2013-03-24 02:10:58
要在Windows 8系统(专业版)上运行Pixelsense应用程序,您需要安装Surface Runtime。要捕获多点触摸输入,请确保应用程序在正常窗口中运行,而不是在SurfaceWindow中运行。
https://stackoverflow.com/questions/15381682
复制相似问题