Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Infinite loop using Timer function!!!
Message
De
01/12/2000 08:32:22
 
 
À
01/12/2000 06:31:20
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00447937
Message ID:
00447964
Vues:
8
maybe this helps

Public Sub MyDelay(D As Long)
Dim T As Single, T2 As Single
T = Timer + D
T2 = Timer + D - 86400
Do While T > Timer
If T >= 86400 And Timer < D Then
T = T2
End If
DoEvents
Loop
End Sub
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform