Re: how can I Install my own Input Method?
From: cyh (cyh_at_discussions.microsoft.com)
Date: 01/07/05
- Next message: Sean Bowles [MS]: "Re: keyboard localisation in Windows CE 5.0"
- Previous message: Omar [MS]: "Re: DHCP Lease Behaviour"
- In reply to: Albert Chan: "Re: how can I Install my own Input Method?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 Jan 2005 18:51:07 -0800
I take a test and find that it can work well in the websit on iesample.So I
don't know how to solve your problem.But I think you can try to make your own
IME to be the default IME of system.I mean you can have a try to cancel other
IMEs except your IME,then have a try again.
"Albert Chan" wrote:
> thanks a lot,I've added the registry messages as you wrote below in
> project.reg before,the input method works well in the common windows's
> editor,but it doesn't work in the websit on iesample(the composition window
> and the candidate window not showed).do you know how to correct it?
> "cyh" <cyh@discussions.microsoft.com> wrote in message
> news:21879B2F-1172-46D9-8629-B4007A91B432@microsoft.com...
> > You can add registry messages in project.reg which is just as follow:
> > [HKEY_CURRENT_USER\Keyboard Layout\Preload\3]
> > @="e0030804"
> >
> > [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0030804]
> > "Layout Text"="OUR IME"
> > "Ime File"="IMEName.dll"
> > "Keyboard Layout"="00000409"
> > "Layout File"="kbdmouse.dll"
> > "Layout Text"="US"
> > "PS2_AT"="kbdmouse.dll"
> >
> > ;;ctrl + F11
> > [HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000104]
> > "VK"=dword:7A
> > "KM"=dword:C002
> > "Ime"=dword:e0030804
> >
> > Then you can use hotkey "ctrl + F11" to open your IME.Of course, you can
> > change the hotkey if you'd like to.
> >
> > "Albert Chan" wrote:
> >
> > > I developed an Chinese Input Method under WBT of WINCE4.2,how can I
> Install
> > > the Input Method?
> > >
> > >
> > >
> > >
>
>
>
- Next message: Sean Bowles [MS]: "Re: keyboard localisation in Windows CE 5.0"
- Previous message: Omar [MS]: "Re: DHCP Lease Behaviour"
- In reply to: Albert Chan: "Re: how can I Install my own Input Method?"
- Messages sorted by: [ date ] [ thread ]