|
-
Apr 2nd, 2000, 04:43 PM
#1
Thread Starter
Member
I need some help-
1) Is there any way of catching keys (like the keypress event) but catch them when the program isn't the active window (like a key logger).
2) Read info from the registry e.g HKEY_LOCAL_MACHINE/network/user
THANX
-
Apr 2nd, 2000, 09:10 PM
#2
Lively Member
There are a few examples on the planet source code site, here's, just do a search for key log. Here's two links to get started....
http://www.planetsourcecode.com/vb/s...txtCodeId=6536
http://www.planetsourcecode.com/vb/s...txtCodeId=6671
-
Apr 3rd, 2000, 03:46 AM
#3
Addicted Member
For reading the registry you might want to try the regobj class library on Microsoft's Visual Studio website, it allows you to access the entire registry as an object tree.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|