English 中文(简体)
我如何改变WinCE 6 r3软件投入小组的当地/支出
原标题:How do I change the locale/layout of software input panel (SIP) in WinCE 6 r3

Dear fellow Windows CE developers,

在我目前的项目中,我需要支持我的Windows CE装置上的德国关键布局。 因此,设定“软件键盘输入的驱动力仍不提供QWERTZ 配置

由于该系统是正确的地方化,因此认为必要的档案可在2005年标准VS中,有Windows CE 6 r3来源。

How do I change the locale/layout of software input panel (SIP) in WinCE 6 r3?

i d appreciate answers about this detail, that already ate up quite some time for me! have a nice day!

relevant registry keys:

[HKEY_CLASSES_ROOTCLSID{42429667-ae04-11d0-a4f8-00aa00a749b9}IsSIPInputMethod]
@="1"

[HKEY_CLASSES_ROOTCLSID{42429667-ae04-11d0-a4f8-00aa00a749b9}InputLanguage]
"0407"=dword:00000001
"0409"=dword:00000001

[HKEY_CLASSES_ROOTCLSID{42429667-ae04-11d0-a4f8-00aa00a749b9}DefaultLanguage]
@="0407"

[HKEY_CURRENT_USERControlPanelSIP]
"DefaultIm"="{42429667-ae04-11d0-a4f8-00aa00a749b9}"

[HKEY_CURRENT_USERDriversBuiltInSIP]
"Locale"="0407"
"Keyboard Layout"="00000407"

[HEKY_LOCAL_MACHINEMUI]
"Enable"=dword:00000001
"SysLang"=dword:00000407
"CurLang"=dword:00000407

i 还建立了新的布局钥匙。 然而,如果正确的布局被含蓄地编成烟雾(这是美国布局的标准),那就不知道了。

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLayouts0000407]
"Layout File"="kdbmouse.dll"
"Layout Text"="My QWERTZ Keyboard"
"KPPLayout"="kdbmouse.dll"          ;no clue what this key defines :(
问题回答

暂无回答




相关问题
how to reliable capture display setting changed

static void Main() { // Set the SystemEvents class to receive event notification when a user // when display settings change. SystemEvents.DisplaySettingsChanged += new ...

Why use CComBSTR instead of just passing a WCHAR*?

I m new to COM. What exactly is the advantage of replacing: L"String" with CComBSTR(L"String") I can see a changelist in the COM part of my .NET application where all strings are replaced in this ...

COM Basic links

folks can you provide me the tutorial link or .pdf for learning basic COM?. i do google it.. still i recommend answers of stackoverflow so please pass me.. Thanks

Statically linking Winsock?

I m using Winsock 1.1 in my project. I include wsock32.lib in "Additional Dependencies". I m looking at the DLL project using depends.exe and notice that the DLL depends on wsock32.dll. How can I ...

热门标签