What does DoEvents do?

Answers were Sorted based on User's Feedback



What does DoEvents do?..

Answer / badhris

This indicates that the object of the particular class which
will be given along with the DoEvents will be used to
capture the events and can be used be used to process
something when the particular event like displaying the
message box, get the slide number when used with powerpoint
application object, etc.,

Is This Answer Correct ?    2 Yes 0 No

What does DoEvents do?..

Answer / 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

More Visual Basic Interview Questions

I have several megabytes of memory. Why do I get an "out of memory" error?

0 Answers  


Is visual basic easy?

0 Answers  


How do I dial a phone number without using the MSCOMM VBX?

0 Answers  


Draw Sequence Modal of RDO and Explain?

0 Answers  


How can I speed up my VB database application?

0 Answers  






What is the use of Active Control Property?

0 Answers   HCL,


what are the types of LockEdits in DAO?

0 Answers  


Can a VB application be an OLE server?

0 Answers  


What is meant by building a recordset.

0 Answers  


Through which protocol OLEDB components are interfaced?

0 Answers  


What is shortcut menu and explain "The ole control's shortcut menu".

0 Answers  


Parts of ODBC?

0 Answers  


Categories