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,
Printable View
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,
vb keyword Doevents
http://msdn.microsoft.com/library/de...ctdoevents.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