Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.
I need a very light application that can keep a record of total keystrokes from a keyboard and total mouse clicks during the lifetime of the application. Note that I do NOT want to read the actual keys presses, but only their count.
Can this be done in VB.Net ? If Yes, then how?
What are other ways of doing this from another language, if it makes the task simpler.
Posted
Comments
Kornfeld Eliyahu Peter 8-Jun-15 2:38am    
The answer is 'yes', but you have to work first on the 'how'!
Richard MacCutchan 8-Jun-15 3:40am    
Use C++ as the Win32 API has functions for this, or you can use message hooking to capture the information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900