Ben Reynders
October 2nd, 2001, 12:37 PM
How do i register everything thats being typed on the keybord?
|
Click to See Complete Forum and Search --> : keybord Ben Reynders October 2nd, 2001, 12:37 PM How do i register everything thats being typed on the keybord? Clearcode October 2nd, 2001, 12:42 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |