Pausing a application without using timer control ...
VB Code:
Private Sub Pause(Optional Delay As Integer = 1) Dim dblWait As Double Let dblWait = Timer: Do Until Timer < dblWait Or Timer >= dblWait + Delay: DoEvents: Loop End Sub
|
Results 1 to 8 of 8
Thread: Vb6 - Pausing a application ..Threaded View
|
Click Here to Expand Forum to Full Width |