简体   繁体   中英

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:

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

平板电脑设置弹出窗口

Can this operation be performed in C#, without user interaction?

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 . (It is recommended to make a backup before modifying the registry to avoid confusion of values)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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