What does DoEvents do?
Answers were Sorted based on User's Feedback
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 |
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 |
What is ActiveX? Explain.
How do I remove/change the picture property of a control at design time?
How can I create a VBX?
How would you activate animation control?
What is Zorder Method?
What is the difference between Property Get, Set and Let.
Which type of object requires this object?
how can i connect the samble database that comes with vb-6 (biblio.mdb) to a datagrid using code? ie what code i have to put in load event
Can a VB application be an OLE server?
what are Instancing for classes provided by ActiveX component like prive, publicnotcreatable,SingleUse, GlobalSinleUse,MultiUse.
What is the default workspace?
How can you Add API functions to your Application?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)