How to calibrate Touch Screen

D

Dipu

Hello,

i want to add calibration of touch screen in my application based on C#.NETCF.
How to call touchscreen function in C# or any sample source code.
 
P

Paul G. Tobey [eMVP]

The API is TouchCalibrate() and is documented in the native help. Something
like this, I think:

[DllImport("coredll.dll")]
private extern static bool TouchCalibrate();

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top