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

How do I create controls dynamically (at run-time)?

0 Answers  


Can Redim be used to declare a new array ?

13 Answers   Infosys,


What is Implicit?

1 Answers  


What is the max size of textbox?

1 Answers  


To populate a single column value which dbcontrols you to use?

0 Answers  






What is the need of tabindex property is label control?

0 Answers  


How can you check Beginning and End of the file?

2 Answers  


How would you attach pictures in Treeview Control?

1 Answers   HCL,


How to use advanced data-bound controls.

0 Answers  


Hai! , i make a project for browsing center using vb6.0 , at the time of running below mentioned error is occured so please help me for solve this problem. Error : Can't find project or library

4 Answers   Wipro,


What are binary and project compatibility?

1 Answers  


What is the use of Visual Basic Document file?

0 Answers  


Categories