CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    3

    Problem with KeyDown Event in Windows mobile

    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=8...4e75f6e8ebb871
    Does anybody know witch is the reason ?

    Thanks.
    Last edited by chiruM; May 9th, 2009 at 09:46 AM.

  2. #2
    Join Date
    Jan 2009
    Posts
    36

    Re: Problem with KeyDown Event in Windows mobile

    It's a fairly involved process, but check out this MSDN magazine article:
    Windows Messages: Add Keyboard Support to Compact Framework Apps

  3. #3
    Join Date
    May 2009
    Posts
    3

    Re: Problem with KeyDown Event in Windows mobile

    Hy ,


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

    Has anybody other idea ?


    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured