VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

IdleMonitor

Phillip De Suze  (3 Submissions)   Custom Controls/Forms/Menus   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

This detects your idlestate if there is no input from your keyboard or mouse a triggers an event
so if you want to make your screensavers this is jus what you need..

Inputs
Interval

API Declarations
Private Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Rate IdleMonitor (3(3 Vote))

Download IdleMonitor

IdleMonitor Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters