Programatically enable / disable multitouch finger input?

Posted by winSharp93 on Stack Overflow See other posts from Stack Overflow or by winSharp93
Published on 2010-01-14T17:40:13Z Indexed on 2010/04/27 4:03 UTC
Read the original article Hit count: 493

Filed under:
|
|

I have a multitoch-enabled tablet PC running Windows 7.

However, when using the stylus pen and getting too far away from the display, I often accidently hit it with my fingers which causes unwanted mouse-clicks.

The solution is navigating to "Control Panel - Pen- and Finger Input - Finger Input" and deactivate the checkbox "Use the finger as an input device" (all titles translated so they might be different on an English windows).

Now I am wondering whether I can do this programatically, too, so I would be able to write a little tray app for this.

I tried using Process Monitor to find out registry keys, however, I did not find one which really shows the same effect as the checkbox.

Does anyone know how to access this property (without using UI-Automation)?

Cheers
winSharp93

© Stack Overflow or respective owner

Related posts about winapi

Related posts about windows-7