CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    7

    What should I do to get system idle message in a dialog?

    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

  2. #2
    Join Date
    Apr 1999
    Posts
    12

    Re: What should I do to get system idle message in a dialog?

    Handle WM_KICKIDLE. Look at examples at this site and in MSDN/MSJ.

    Ajay


  3. #3
    Join Date
    Apr 1999
    Posts
    6

    Re: What should I do to get system idle message in a dialog?

    do it in a thread


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured