Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  


What is constructors and distructors.

0 Answers  


Difference between Class Module and Standard Module?

0 Answers  


What is the difference Between ADO and other data access objects?

1 Answers  


What is ActiveX Control?

1 Answers   Infosys,


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

0 Answers  


What is the use of stretch property in Image control?

1 Answers  


What is Vlookup introduction and formula?

2 Answers  


Explain about manipulating the recordset object

0 Answers  


How to use advanced data-bound controls.

0 Answers  


How many objects resides in ADO ?

0 Answers  


What is the difference between creating a object using New and CreateObject in Visual Basic?

1 Answers  


Categories