Click to See Complete Forum and Search --> : Idle Processing In VB


Ankur
February 18th, 2000, 05:01 AM
How can i implement Idle Processing in VB.There is a message map in VC WM_IDLE.
Which is the corresponding function in VB or is there is API's which i can use to implement Idle Processing In VB.

Ravi Kiran
February 18th, 2000, 05:38 AM
You could try subclassing ans catch the same WM_IDLE. Besure to pass on the event back to window procedure as VB may be doing more on that than its VC counterpart ( the application Framework)

RK