|
-
Nov 16th, 2001, 04:32 AM
#1
Thread Starter
Addicted Member
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
-
Nov 16th, 2001, 04:39 AM
#2
That can only be done by hooking the keyboard, which is a rather tricky thing to do.
-
Nov 16th, 2001, 04:45 AM
#3
Thread Starter
Addicted Member
my english is poor. what do u mean by hooking the keyboard?
-
Nov 16th, 2001, 04:52 AM
#4
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)
-
Nov 16th, 2001, 04:56 AM
#5
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|