• Welcome to Valhalla Legends Archive.
 

Capturing Keystrokes in other applications

Started by FuZe, September 02, 2003, 09:39 PM

Previous topic - Next topic

FuZe

I'm using visual basic 6.0, and I want to know how to capture keystrokes in other applications.  I know there's an API function, SetWindowsHookEx, that can capture keystrokes (and other events) in my own application, but I can't get it to work with other applications.  Can someone help me out? Thx.

FuZe

Found the answer to my question:
An API called Register Hot Key

Adron

Will a hot key still be delivered to the application the key was pressed in? Is it a direct replacement to hooks?