|
-
Nov 5th, 1999, 06:35 AM
#1
Thread Starter
Fanatic Member
What does DoEvents do? I read everything in VB help but I still don't get its function.
------------------
Visual Basic Programmer
-----------------
PolComSoft
You will hear a lot about it.
-
Nov 5th, 1999, 06:56 AM
#2
When your program is very busy (like executing a quick loop), some events (like painting a screen, or the recognition of the fact that the user has clicked a command button) may not get a chance to happen. DoEvents "pauses" the current action to allow these other things to happen.
------------------
Marty
-
Nov 5th, 1999, 07:11 AM
#3
Thread Starter
Fanatic Member
Thanks
------------------
Visual Basic Programmer
-----------------
PolComSoft
You will hear a lot about it.
-
Nov 5th, 1999, 07:31 PM
#4
Guru
Also, DoEvents returns the number of all open VB Forms. Not very useful...
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|