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.
Printable View
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.
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