VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Perfect Pause

rbennett  (3 Submissions)   Miscellaneous   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

Pauses an operation while allowing other operations to run. This pause is date and time based. The sleep function freezes your computer. The timer function and timer controls stop at midnight because they return to a 0 value. The perfect pause continues where these stop. It's highly configurable.

Inputs
'Seconds are inputed as seconds ( 1 = 1sec). A boolean is inputed for a quick 'exit, and an integer of 0 or 1 are inputted to determine the type of return.

Assumes
'it is assumed the user knows a small bit about programming and function calls 'within modules. It is assumed the users computer is keeping good time

Returns
'Returns a boolean

Rate Perfect Pause (6(6 Vote))
Perfect Pause.bas

Perfect Pause Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters