Hi,
I have implemented a p/invoke command in my compact framework based application which invokes the windows calibrate screen.
[DllImport("coredll.dll")]
private extern static bool TouchCalibrate();
btnAlignScreen.Click += delegate
{
TouchCalibrate();
};
Does anyone know the p/invoke command to invoke the input settings screen located in Settings -> Input. Windows Mobile 6.1.