Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer Control
Message
From
18/08/2001 08:41:52
 
 
To
16/08/2001 22:12:00
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00545126
Message ID:
00545825
Views:
12
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
Previous
Reply
Map
View

Click here to load this message in the networking platform