CPause (Class for pausing)
This is a class that you can use to make your app pause for a few hours/minutes/seconds or milliseconds. This will work even if midnight occurrs while pausing! (Thus, this is midnight-compliant, just like my CStopwatch class I submitted earlier.) Original Author: Jan Botha Inputs Function pPause(ByVal Number as Single, Optional Byval Unit as iConstants)Number: the number of units,… Read More »