Multi-Touch Robot Control on Windows 7 using WPF 4.0

by theRobotGeek 3. February 2010 14:23
I just posted an article at Code Project for Multi-Touch Robot Control on Windows 7 using Visual Studio 2010 beta 2 and WPF 4.0.  All the source code is available for download.  First time I've posted to Code Project.  It was relatively easy to do. I loaded a video up to You... [More]

Code7Contest - Win 7 in my Truck

by theRobotGeek 28. October 2009 10:01
My entry for the Code7Contest was putting Windows 7 in my truck.  I own a 09 Toyota Tundra.  I put a laptop mount in the truck and attached my HP Touchsmart tx2 tablet.   I use it as a platform to capture sensors and location information as I'm driving.  In addition... [More]

WPF Scrolling Content with Flicks and Gestures

by theRobotGeek 5. May 2009 08:57
I posted a new article called WPF Scrolling Content with Flicks and Gestures.  I had been looking for a way to scroll content without a scroll bar.  So I started with a ScrollViewer control in WPF and added a StackPanel with Images.  The article shows how to scroll content by clicking... [More]

Dell Latitude XT and XT2 Should Also Work with Gesture Blocks

by theRobotGeek 31. March 2009 14:28
The article that I just wrote was tested on the HP TouchSmart tx2.  This code should also run on the Dell Latitude XT and XT2 Tablet PC as well.  Those products use the same N-Trig hardware. I don't have a Dell Latitude Tablet PC at my disposal so if there is anyone who reads this... [More]

Tags:

.NET | Multi-Touch

Gesture Blocks - C# game using Gestures and Flicks

by theRobotGeek 29. March 2009 13:40
Posted a new article on how to access gestures and flicks on an HP TouchSmart tx2 tablet PC. Gesture Blocks article