Tagged Questions
0
votes
0answers
178 views
Creating a WM_TOUCH message for PostMessage() in C# / .NET
(For background, see Composing a WM_TOUCH message for SendMessage(), Kinect as a multi-touch device which asks basically the same question as mine but whose accepted answer doesn't actually answer the ...
2
votes
2answers
405 views
Microsoft Surface vs Windows Touch?
What is the difference between Microsoft surface 2.0
and Windows touch events in .Net 4.0 ?
Are the two platforms parallel or is one built on top of the other ?
Windows touch events and surface ...
0
votes
1answer
638 views
Why do mouse events get promoted beside Touch events?
I would like to know please, how to prevent WPF promoting mouse events when the source of the event is a touch ?
I read the article of JoshB here but, the mouse events keep getting triggered, ...
1
vote
1answer
284 views
Touch down not causing button press state in Silverlight OOB app
I am currently using Silverlight4 to build an OOB app with touch support. I guess what I'm doing would qualify as "multitouch" even though my app isn't using multiple touches at any point. I am ...
2
votes
3answers
2k views
WPF - Is it possible to (programmatically) disable multi-touch?
I have a problem with WPF application/presentation for Tablet PC with (multi-) touch screen. One "slide" of the presentation consists of Canvas on background and of a small UserControl. This ...
0
votes
1answer
445 views
WPF: Dragging an Element via Touch is pretty choppy
I have a Rectangle which can be dragged within some boundaries. This works perfect with the mouse.
As soon as I set IsManipulationEnabled to true the mouse-events don't work anymore.
However I need ...
1
vote
1answer
2k views
Windows 7 MultiTouch .NET API
Is there any library for multi touch capabilities of Windows 7 wrapped up for .NET?
I mean this, but with .NET flavor.
Some limitations however: I need it for DESKTOP development, and for Windows ...
2
votes
2answers
3k views
How can I programmatically find the scale, rotate, and translate values when using the MultiTouchBehavior in a Silverlight/WP7 app?
Okay, this may seem like a really silly question but I'm not quite used to the Silverlight realm yet. I'm working on a Silverlight / WP7 application that references the Multitouch.Behaviors.WP7 ...
1
vote
2answers
2k views
WPF button press on Windows 7 mulit-touch
I am developing a WPF kiosk like client that will be deployed on an HP TouchSmart Windows 7 machine with multi-touch enabled. My problem is that with Windows 7 multi-touch, the application does not ...
0
votes
1answer
366 views
Multi-Touch Frameworks vs. Windows 7 Native support for Multi-touch?
Is it still feasible to use the Current Multi-Touch frameworks .. Breeze, Multi-Touch Vista .. etc. While Native support for multi-touch in Windows 7 + .NET 4.0 and WPF ?
What are the advantages of ...
0
votes
1answer
86 views
Using multi-touch input in GUI interactivity?
I would like to implement multi-touch in my applications for Windows Mobile. The applications will mostly use it for zoom related actions e.g. two points (touched) moving towards each other while ...
1
vote
4answers
1k views
C# - Multi-touch help? USB web cam input? Image Analysis?
I am trying to make a DIY touchscreen and would like to enter it into the local science fair but wanted to do it on the programing aspect of Multi-touch. My problem lies in that i have never worked ...
3
votes
2answers
1k views
touch screen programming issue
Suppose I have a touch screen which supports single finger touch, is it very hard to use software based solution (e.g. programming to detect multi-finger touch and movement) to make the touch screen ...
9
votes
4answers
9k views
WPF supports touch or multi-touch screen?
I am wondering whether WPF on .Net 3.5 supports touch or multi-touch for laptop? Appreciate if there are some cool Demos to show the effect.
I am using VSTS2008 + C#.
thanks in advance,
George
1
vote
4answers
1k views
Developing for Windows Multi touch - ala the Dell Studio One 19
I came across the Dell Studio One 19 on the web the other day, and wondered what the Dev environment for the Multi-Touch was?
Anyone out there developing for this, or know what the environment is?
I ...