All Forums
 Microsoft Windows CE
 General CE
 Displaying touchscreen calibration screen
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

ctacke

877 Posts

Posted - 26 Jun 2003 :  12:02:30  Show Profile  Email Poster
Q: I can display the touchscreen calibration screen through Stylus control panel applet or by erasing the calibration data in my ADSLOAD.REG file and restarting my device.

How can I programmatically force the calibration screen to come up from my own application?



Displaying the calibration screen is a simple Windows API call, such as in this application:


#include
extern "C" BOOL WINAPI TouchCalibrate(void);

int WINAPI WinMain(
HINSTANCE hInstance,
HINSTANCE hInstPrev,
LPTSTR lpszCmdLine,
int nCmdShow)
{
    TouchCalibrate();
    return 0;
}



  Topic  
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.02 seconds. Snitz Forums 2000