PDA

Click to See Complete Forum and Search --> : rtcdoevents


poornima_c80
Dec 17th, 2003, 09:28 PM
hi,

i wanted to know what does rtcdoevents function do which is present in MSVBVM60.dll it si being used in one of the Activex controls i m using and takes most of the processor time

regards,

dzzie
Dec 28th, 2003, 01:53 PM
vb keyword Doevents

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbenlr98/html/vafctdoevents.asp

most likly code you are tracing is feedback loop waiting for some sort of user response and in endless loop until flag sets, timer expires, or user action occurs