SIP Settings (in registry or from app)

  • Thread starter Thread starter Filip
  • Start date Start date
F

Filip

Hello,

I am working on one WinCE 6 device and we have a request to use small
keyboard with the "Large Keys" as input panel. Because small keys are
default settings, we need change this to large keys. Is there any way
to do this from C# application or by altering registry? It is easy to
modify this settings in Control Panel, but I didn't manage to find a
way to do this without using CP.

PS I found this topic:
http://groups.google.com/group/micr...read/thread/62f28c558a5d6f62/b6dd197aa25fd952
but it didn't gave me answer I need.

Thanks in advance,
Filip
 
Yes, it's a registry change generally. What have you tried to isolate the
changes that might be made to the registry when the Control Panel makes the
change? Export the HKLM branch of the registry to your PC using Remote
Registry Editor. Next, change the Control Panel setting. Then, export that
registry branch again and compare it to the first export. The differences
should tell you what you need to do.

Paul T.
 
Back
Top