Change standard SIP keyboard layout?

  • Thread starter Thread starter Mike Von Stein
  • Start date Start date
M

Mike Von Stein

Is it possible to change the standard Keyboard layout on Pocket PC
2002 / Dotnet CompactFramework 1.1? What I am trying to do is put the
numbers, backspace delete and capitals all on the same panel.
Currently the numbers are on the lowercase panel. (FYI. I know I can
UCASE the keystrokes, but prefer to change the layout rather than
adding code to every form.)

Also, is there a way to default the CAPS lock on when displaying the
SIP keybard?

Thanks in advance.

Mike Von Stein
 
Not without the source code, no.

You can force CAPS LOCK to be on by sending the CAPS LOCK key whenever you
want with keybd_event() (the P/Invoke declaration for that has been posted
before).

Paul T.
 
Back
Top