Question:
How can I change the Key Pad displayed on SCADA?
Solution:
To do so, you must uncheck the Enable Key Pad option via Organizer and, via scripts, call another Key Pad. For example, on a SetPoint object’s OnSetFocus event, write the following script:
ShellExecute(“open”, “C:\WINDOWS\system32\osk.exe”)
Thus, the Key Pad registered on Windows will always be displayed.
However, when executing the application on Windows CE, you will not need to write a script, because it always displays the Key Pad registered on Windows. So, to display a different Key Pad, just register it in the system.