M
Mike xing
Guest
Hi,
I have requirement to launch the 'Tablet PC Setting' option through Programatically using C++ i have tried the below things but not working as expected:
Rundll32.exe Shell32.dll,Control_RunDLL TabletPC.cpl,,{80F3F1D5-FECA-45F3-BC32-752C152E456E}
but it is opening Pen and Touch windows but i wanted to open 'Tablet PC Settings' window where i get the calibrate option.
And also i have tried :
BOOL bResult = CreateProcess(_T("C:\\Program Files\\Common Files\\microsoft shared\\ink\\TabTip.exe"),
NULL, ......) in this case it is not even opening anything.
It would be great if someone helps me out.
Thanks,
Continue reading...
I have requirement to launch the 'Tablet PC Setting' option through Programatically using C++ i have tried the below things but not working as expected:
Rundll32.exe Shell32.dll,Control_RunDLL TabletPC.cpl,,{80F3F1D5-FECA-45F3-BC32-752C152E456E}
but it is opening Pen and Touch windows but i wanted to open 'Tablet PC Settings' window where i get the calibrate option.
And also i have tried :
BOOL bResult = CreateProcess(_T("C:\\Program Files\\Common Files\\microsoft shared\\ink\\TabTip.exe"),
NULL, ......) in this case it is not even opening anything.
It would be great if someone helps me out.
Thanks,
Continue reading...