Hello GeoMEM,
Try this code:
Declarations:
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Private Sub Form_Load()
Call Sleep(5000)
End Sub
Good luck,
Michelle.
|
Results 1 to 3 of 3
Thread: Creating a Timer in ModuleThreaded View
|
Click Here to Expand Forum to Full Width |