Sleep is sleep
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Suspends current thread( in VB there is only one) for ... ms
Quote:
> Hi all,
> Is there a sleep function in Visual Basic or a function performing the same task ?
> Thanks in advance.
> Regards
> Vincent
> -------------------------------------------------------------------
> Vincent Darmstaedter
> Universite Catholique de Louvain, Laboratoire de Telecommunications
> 2, Place du Levant B-1348 Louvain La Neuve
> -------------------------------------------------------------------
> Fax : +32 10 47 20 89 http://www.tele.ucl.ac.be/PEOPLE/vd.html
> -------------------------------------------------------------------
--