How to calibrate Touch Screen

  • Thread starter Thread starter Dipu
  • Start date Start date
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.
 
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.
 
Back
Top