Hi !
I'm coding an application like a Keylogger in VB6 that take a screenshot every 5 minutes.
My question is: if there is a Tip that stop recording the screenshot when there is No Activity on the Computer?
NoActivity means :if NO keyboard or mouse activity detected
The Algorithm is like this :
If NoActivity Then Stop recording the screenshot
If Activity Then Continue recording the screenshot
Thank you for your Help !
I'm coding an application like a Keylogger in VB6 that take a screenshot every 5 minutes.
My question is: if there is a Tip that stop recording the screenshot when there is No Activity on the Computer?
NoActivity means :if NO keyboard or mouse activity detected
The Algorithm is like this :
If NoActivity Then Stop recording the screenshot
If Activity Then Continue recording the screenshot
Thank you for your Help !