Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer Control
Message
De
18/08/2001 08:41:52
 
 
À
16/08/2001 22:12:00
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00545126
Message ID:
00545825
Vues:
20
It would probably help, if you would use a loop witd DoEvents:
In general declerations section write:
Public ExutLoop as boolean

In Form_load:
ExitLoop=False
Do Until ExitLoop=True 'So we can get out of the program
'Your Code
DoEvents
Loop

In Form_Unload:
ExitLoop=True
End

Have Fun,
Marko
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform