Hello,
I have written an application for Windows Mobile 6.0 smartphones. The
application is written in Microsoft CF 2.0 using C# language. I observed a
weird behavior when I ran my application on different phones.
The application ran properly on Motorola Q9h and on Samsung BlackJack 2.
But, when I ran it on BlackJack 1, the troubles started. I have handled the
KeyDown event on the form since I have some special handling for arrow keys.
When I type any character, say 'm', the KeyDown event for the form gets a
keycode == Keys.D9. Does anyone know why does the form gets Keys.D9 when a
character 'm' is typed?
In another experiment, I shifted the focus on a text box and let Text box
handle the KeyDown event. I observed a different behavior. In this case, the
form gets a KeyCode == 229 (VK_PROCESS) and when the event is captured by
the text box, I get proper 'm' character. Can anyone explain?
Thanks in advance.
Atul.
James Hotmail - 17 Sep 2008 01:23 GMT
Maybe due to the BJ 1 is Wm5 ?
> Hello,
>
[quoted text clipped - 20 lines]
>
> Atul.
Andrew - 03 Oct 2008 21:21 GMT
If you're BJ 1 is WM5 and you want to see if this is what was causing the
trouble, I believe Samsung has a WM 6 upgrade download on their website.
(BJ2 has a 6.1 upgrade as well, which includes Voice Command)
> Maybe due to the BJ 1 is Wm5 ?
>
[quoted text clipped - 24 lines]
>>
>> Atul.