Top "Pixelsense" questions

Microsoft PixelSense is a large-touchscreen computer platform released by Microsoft in 2008.

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# .net wpf exception pixelsense
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 …

c# wpf command pixelsense
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 …

wpf animation textblock pixelsense
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 …

c# wpf multithreading mvvm-light pixelsense
Accessing DOM from WebBrowser

I am trying to implement a browser-like little application that would allow me to modify the viewed web-sites appearance (e.…

c# dom browser pixelsense
Capture all Click or Touch events recursively in WPF

am pretty new to WPF, but am looking to capture whenever anyone touches inside a window or any child controls. …

wpf wpf-controls pixelsense
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 …

c# wpf pixelsense
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 …

wpf mvvm drag-and-drop pixelsense