简体   繁体   English

在 C# 中管理 Windows 7 Tablet PC 设置

[英]Manage Windows 7 Tablet PC settings in C#

In the Control Panel on Windows 7, I can reset calibration settings of the screen this way:在 Windows 7 的控制面板中,我可以通过这种方式重置屏幕的校准设置:

Control Panel -> Hardware and Sound -> Tablet PC Settings -> Display options -> Reset (button)

平板电脑设置弹出窗口

Can this operation be performed in C#, without user interaction?可以在 C# 中执行此操作,而无需用户交互吗?

According to this document , the following registry stores information for configuring the behavior of the touch screen.根据此文档,以下注册表存储用于配置触摸屏行为的信息。

HKEY_LOCAL_MACHINE\Hardware\DeviceMap\Touch

CalibrationData is the value you need to reset, please try to modify this value with Registry Function . CalibrationData是您需要重置的值,请​​尝试使用Registry Function修改此值。 (It is recommended to make a backup before modifying the registry to avoid confusion of values) (建议修改注册表前做好备份,以免数值混淆)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM