Results 1 to 5 of 5

Thread: how do i know which key is pressed?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Location
    shiraz
    Posts
    163

    how do i know which key is pressed?

    hi guys
    i wanted to now that how can i understand which keyboard key is pressed. i don't mean the keypress event. maybe my app doasn't have the fouces but i wan to know which key is pressed

  2. #2
    AIS_DK
    Guest
    That can only be done by hooking the keyboard, which is a rather tricky thing to do.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Location
    shiraz
    Posts
    163
    my english is poor. what do u mean by hooking the keyboard?

  4. #4
    AIS_DK
    Guest
    Hooking is a computer term, which means that you redirect low-level messages sendt form the hardware away from the default system processing function, and into a function that you define. You can then process the information before the rest of the system (almost, that is)

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Location
    shiraz
    Posts
    163
    aha so i guess that's not my job. ok i'm thinking for another trick
    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