Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing the keyboard buffer?
Message
From
05/04/1999 14:36:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Capturing the keyboard buffer?
Miscellaneous
Thread ID:
00205302
Message ID:
00205302
Views:
54
I need a way to check for keystrokes. INKEY() LASTKEY() and the KEYPRESS() events don't cut it. I want to know if a user has pressed a key while I'm in the middle of processing something else so I can break out of it. Performance suffers if you do an INKEY() after every line, LASTKEY() isn't updated until the control changes and KEYPRESS() doesn't fire when I'm in a different routine.

Any way to capture the whole keyboard buffer? API calls?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform