积极答复者
Visual Studio 使用触摸屏就报异常

问题
答案
-
你好:
有可能是VS和WPF的应用程序默认情况下不支持接收你所使用的显示器的触屏消息。
对于WPF程序的问题可以尝试一下这个文档中的方法:
Disable the RealTimeStylus for WPF Applications
同时可以参考这篇帖子中的解释:
这篇帖子中的提问者遇到相同的问题,WPF程序通过执行上面文档中的方法解决了问题,可能原因是WPF应用程序默认只支持单点触控的屏幕,对于多点触控的屏幕需要主动启用一下。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已建议为答案 Lymim 2015年4月15日 8:17
- 已标记为答案 CaillenModerator 2015年4月27日 9:59
全部回复
-
你好:
有可能是VS和WPF的应用程序默认情况下不支持接收你所使用的显示器的触屏消息。
对于WPF程序的问题可以尝试一下这个文档中的方法:
Disable the RealTimeStylus for WPF Applications
同时可以参考这篇帖子中的解释:
这篇帖子中的提问者遇到相同的问题,WPF程序通过执行上面文档中的方法解决了问题,可能原因是WPF应用程序默认只支持单点触控的屏幕,对于多点触控的屏幕需要主动启用一下。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已建议为答案 Lymim 2015年4月15日 8:17
- 已标记为答案 CaillenModerator 2015年4月27日 9:59