I'd like to be able to determine, in a module, if the user is pressing a certain key (doesn't matter which, can be normal key or shift/ctrl/alt or combo). I need to make this determination before anything else happens. I figured I'd have an Autoexec macro run my module, but from there I can't figure out where to go next.
It seems that all keyboard event routines/methods are tied to an object (form or control). Am I going to have to pull something in from a Windows DLL?
Thanks in advance!
-dave
It seems that all keyboard event routines/methods are tied to an object (form or control). Am I going to have to pull something in from a Windows DLL?
Thanks in advance!
-dave