Answer Posted / badhris
DoEvents is a Visual Basic function that yields execution so
the operating system can process other events. This function
cleans out the message loop and executes any other pending
business in the Visual Basic runtime. Upon completing the
pending business execution, the function calls the Sleep
function with zero (0) as the argument so that the remaining
time slice can be used to check the queue.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I create a window with a small title bar as in a floating toolbar?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
What is the use of progress Bar Control?
Is visualvm free?
Is visual basic c#?
How would you attach pictures in column headers of List View Control?
What are forms in visual basic?
How do I call a DLL?
What is form in visual basic?
Explain the "cursortype" and "Locktype" in VB?
What is ActiveX Document?
What is ActiveX Dll and ActiveX Exe?
How do you change the icon and otherwise manipulate the DOS box?
What is Pseudocode?
How can you get selected file from file system Control?