'Set to Slumber every 10 milliseconds '(This means that clsSlumber will put the thread to sleep for ' 10 milliseconds at a time until the total time has elapsed) mobjSlumber.SlumberInterval = 10
'Calculate total number of milliseconds mdTotalTime = (((Val(txtHours.Text) * 60) + Val(txtMins.Text)) * 60) + Val(txtSecs.Text)
'Reset form state cmdStart.Caption = "Start" If Not mbInterrupted Then Call Display("000.00.00.0000") mobjProgBar.Value = 100 mobjPieBar.Value = 100 End If