How do i register everything thats being typed on the keybord?
Printable View
How do i register everything thats being typed on the keybord?
If you want to get an event whenever a key is pressed regardless of which application is active, you need to install a WH_KEYBOARD_LL windows hook.
See http://www.merrioncomputing.com/OnlineIssue2.htm for details...it is complicated, however.
HTH,
Duncan
-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included.