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
What is rdo in vb?
Write the Steps in Creating an ActiveX Control?
How would you add elements and pictures to listitems in listview control?
___ property used to add a menus at runtime.
What is ado data control in vb?
How many objects resides in ADO ?
Explain OLE Drag and Drop?
What is Mask Edit and why it is used?
which property used to add a menus at runtime?
what are the Differences between Recordset and Resultsets?
Where can I get good up-to-date information about VB?
How to load and unload child forms.
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
How do you zoom in visual basic?
How do I program the Novell NetWare API from VB?