Questions tagged [pixelsense]

Microsoft PixelSense is a large-touchscreen computer platform released by Microsoft in 2008. Applications for PixelSense are developed in .NET using either WPF or XNA for the graphical interfaces.

PixelSense is a hardware and software specification for computers with large table or wall-mounted touchscreen interfaces.

PixelSense development is done using .NET and a special purpose SDK that contains controls and classes to make use of the hardware. Custom controls include SurfaceButton and SurfaceListBox that understands multitouch interaction.

Before 2012, PixelSense technology was branded "Surface", and many programming APIs still use the old terminology. The Microsoft Surface multitouch tablets are based on the unrelated Windows RT technology and, as of 2012, PixelSense hardware cannot run Windows RT apps, nor can the Surface tablets run PixelSense apps. For questions related to Surface tablets, use the tag .

399 questions
37
votes
4 answers

How to avoid a System.Runtime.InteropServices.COMException?

In my Microsoft Surface project, I always get a lot of the following exceptions: 'MuReSe.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll' 'MuReSe.vshost.exe' (Managed…
anon
14
votes
4 answers

WPF: Binding to commands in code behind

I have a WPF Microsoft Surface Application and I'm using MVVM-Pattern. I have some buttons that are created in code behind and I would like to bind commands to them, but I only know how that works in the XAML like this:
sofri
  • 285
  • 1
  • 3
  • 10
11
votes
5 answers

How to get started with Microsoft PixelSense

If I wanted to get a pilot project off the ground using Microsoft PixelSense, where or who do I ask for testing hardware?
BozoJoe
  • 6,117
  • 4
  • 44
  • 66
9
votes
3 answers

How do you rotate the text in textblock in C# (Code-Behind)~~

Basically I am currently doing final year project in my college whereby i am touching on surface 2.0 WPF. My project is a game whereby if a user answer a question wrongly,the next question will be rotated to make it more difficult. But I am unsure…
Joon Kiat
  • 93
  • 1
  • 1
  • 3
9
votes
3 answers

How to play two sound file at the same time with WPF?

I use SoundPlayer to play sound effects in the WPF program. However, I find that when two sounds effects are played at the same time, the new one will replace the old one (i.e. the new will terminate the old and play itself), but what I want is to…
Alan lau
  • 111
  • 2
  • 10
8
votes
1 answer

Conventions for WPF Applications that run on both Desktop and Surface (PixelSense) 1.0

Edit: To avoid confusion: This is about the table that was formerly called, or is still called, Microsoft Surface 1.0. It is not about the table that used to be called Microsoft Surface 2.0, and it is not about the tablet computer that is now called…
O. R. Mapper
  • 20,083
  • 9
  • 69
  • 114
7
votes
3 answers

How to display a PDF document in a Microsoft Surface application?

I want to display a PDF document in my Microsoft Surface application. I did some searching and found a lot of possibilities, but all of the seem to have a little drawback if used in Microsoft Surface. This insteresting approach seems nice, but I…
RoflcoptrException
  • 51,941
  • 35
  • 152
  • 200
7
votes
3 answers

Image loading from web in wpf / surface

I'm trying to load images from the web in my wpf application. The idea is the following: When I click on a button, a popup with additional information is raised. In this popup I'm using some images from the web. The problem: When the popup is being…
Marcel
  • 93
  • 1
  • 2
  • 5
7
votes
2 answers

Can Surface SDK run on Visual Studio 2012?

I need to create a WPF app using the Surface SDK. I am using Visual Studio 2012, and according to this SO post, VS2012 doesn't allow that. However, since this was posted before it was officially released, I want to make sure I'm not missing…
scojomodena
  • 842
  • 1
  • 14
  • 24
6
votes
2 answers

Drag and Drop in MVVM with ScatterView

I'm trying to implement drag and drop functionality in a Surface Application that is built using the MVVM pattern. I'm struggling to come up with a means to implement this while adhering to the MVVM pattern. Though I'm trying to do this within a…
Richard McGuire
  • 10,780
  • 8
  • 31
  • 34
6
votes
1 answer

Manipulation events not firing

I'm new to developing in WPF for touchscreens, and I'm having trouble interpreting manipulation events. What I want to do is fairly simple I believe: when the user pinches anywhere on a UserControl, it will perform an action. So, in the control I…
A-Type
  • 1,148
  • 1
  • 7
  • 17
5
votes
3 answers

ScatterViewItems Containing Surface Interactive Elements

This is an age old problem of interactive elements inside interactive elements, but I want a ScatterViewItem to contain other surface interactive elements such as a SurfaceButton or SurfaceCheckBox. I've got all my elements in there and they react…
James Hay
  • 12,580
  • 8
  • 44
  • 67
5
votes
1 answer

How to check if 3 fingers are placed on the screen

For my application I'd like to use all the built in manipulation possibilities, like e.g. zoom. But if the user presses 3 fingers on the screen I'd like to show a specific UI element. So what is the best way to check if the user has pressed 3…
anon
5
votes
1 answer

How To Program in Delphi for Microsoft's Surface Pen?

I'd like to integrate surface pen capabilities into my application. It's written using Delphi 10 Seattle. I've searched all over the web and can't find anything. Does anyone know how to program for the Pen? Specifically, to capture the pressure…
Steve Maughan
  • 1,174
  • 3
  • 19
  • 30
5
votes
2 answers

Is Surface 2.0 SDK still being used?

I am trying to make an application that will be used on an MS Surface tablet and tried to create a Surface project on VS 2015. When I found that a Surface project is not part of the installed templates in VS 2015, I tried to download the SDK only to…
Lotzi11
  • 477
  • 1
  • 13
  • 26
1
2 3
26 27