Counting keystrokes and clicks in vb.net

Posted by Cyclone on Stack Overflow See other posts from Stack Overflow or by Cyclone
Published on 2010-05-23T23:25:18Z Indexed on 2010/05/23 23:31 UTC
Read the original article Hit count: 342

I'm trying to create an application similar to the site WhatPulse, which will generate an image with my clicks and keystrokes. WhatPulse only updates the image once every 24 hours, so I am going to make an application to keep track of that for me, only with realtime stats.

How can I count total keystrokes (outside of the application itself) as well as total clicks, in vb.net?

This is for personal use.

Thanks for your help!

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about keystroke-counting