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

Types of cursors in DAO?

0 Answers  


which arguments will be used to run a executable program in shell function ?

1 Answers  


What is the use of progress Bar Control?

0 Answers  


what are the Types of cursors in RDO?

0 Answers  


Difference between ActiveX Exe and Dll.

0 Answers  






___ Property is to compress a image in image control.

1 Answers  


In which areas the Error occurs?

0 Answers  


What is the difference between a Property Let and Property Set procedure?

1 Answers  


What is meant by building a recordset.

0 Answers  


What are the types of API Types.

0 Answers   TCS,


How many number of events does the Timer controls ?

3 Answers  


Which Property is used to compress a image in image control?

1 Answers  


Categories