Hi,all
I have a SDI and a dialog lunched in it.In that dialog I want to do some file processing in system idle time.What should I do to complete that ?
Learn more,Run fastter
Printable View
Hi,all
I have a SDI and a dialog lunched in it.In that dialog I want to do some file processing in system idle time.What should I do to complete that ?
Learn more,Run fastter
Handle WM_KICKIDLE. Look at examples at this site and in MSDN/MSJ.
Ajay
do it in a thread