Click to See Complete Forum and Search --> : Problem with KeyDown Event in Windows mobile


chiruM
May 9th, 2009, 09:08 AM
hy ,

I'm trying to make a little game in C# for PocketPC, but I have a
big problem because I can't intercept KeyDown Event when the Key is holded down.I intercept the KeyDown Event when I release the key .


Here is a link with a video capture with how it work for me :
http://www.mediafire.com/?sharekey=8bc683e29459928a7432d3c9683f450ae04e75f6e8ebb871
Does anybody know witch is the reason ?

Thanks.

gurge60
May 11th, 2009, 07:07 PM
It's a fairly involved process, but check out this MSDN magazine article:
Windows Messages: Add Keyboard Support to Compact Framework Apps (http://msdn.microsoft.com/en-us/magazine/cc188736.aspx)

chiruM
May 12th, 2009, 05:24 AM
Hy ,


I test the PPCKeyboardSample from that article and I got same behavior like in
my code .

Has anybody other idea ?


Thanks.