DelayngVB



'Copy this code into the declarations section of the project.

Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
'Use

'To delay the program for 1 second, use this code:

Call Sleep(1000)

(delayngvb.html)- by Paolo Puglisi - Modifica del 25/3/2019