Please Register or Login to post a reply 2 Replies T Timothy Murphy 5 years 6 months ago What language is the program written in? Below is the C# DllImport call that can be used to start screen calibration. [ DllImport("coredll.Dll")] private static extern bool TouchCalibrate(); Log in or register to post comments Y Yao-Wu Zhang 5 years 6 months ago Thanks Murphy, The C# is used,It works well now. Log in or register to post comments
2 Replies
What language is the program written in? Below is the C# DllImport call that can be used to start screen calibration. [
DllImport("coredll.Dll")] private static extern bool TouchCalibrate();
Thanks Murphy, The C# is used,It works well now.