Need help with 'KEYPRESS' (kinda)
Ok, I need a sub, or a function call from a DLL, or an OCX or anything, that would allow me to get any key pressed during a Windows session. I need to know which keys are pressed even when my VB application is only running in the background, and is not the one in focus. I've heard in other places that you need something called a 'HOOK' or something, (maybe some clarity there...) anyways, I need the coding in order to get ALL the keys pressed while Windows is running.
Thanx in advance...
-TomCatExoDus-