Capturing KeyPresses outside of program

BlitzPlus Forums/BlitzPlus Programming/Capturing KeyPresses outside of program

xmlspy(Posted 2006) [#1]
I was wondering on how to capture key presses when you are outside of the program. Basically how to capture key events "globally". Does anyone know how to?

My second part of the program would be on giving focus to other applications via the keys pressed.


Alaric(Posted 2006) [#2]
http://www.blitzbasic.com/codearcs/codearcs.php?code=1319

That's what I use, It's like a better keydown command.