I am using WPF 3.5 on Vista Machine. Can someone please let me know how to implement touch screen functionality on this. A demo exam开发者_StackOverflow社区ple will be really helpful.
Thanks, Sachin
Touchscreen is like a mouse in all respects, except it can "teleport" the mouse pointer all over the place. Also, you can't have mouse hover effects with a touchscreen because it's impossible to move the cursor without clicking or dragging.
You also need hardware that supports touch. This podcast is a good introduction to the technology from a .net perspective:
http://www.dotnetrocks.com/default.aspx?showNum=469
精彩评论