VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

helpful sleep API call to suspend actions

Derek Haas  (4 Submissions)   Windows API Call/Explanation   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

What this API call does is suspend ALL actions for a certain amount of milliseconds(1000 milliseconds=1 second)(duh...)

Assumes
Just dont enter a number that is huge, or else you will be waiting for a very long time

Side Effects
Dont enter a super large number.

API Declarations
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)

Rate helpful sleep API call to suspend actions (39(39 Vote))
helpful sleep API call to suspend actions.bas

helpful sleep API call to suspend actions Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters