CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Québec (Canada)
    Posts
    210

    When my program run (exe), my CPU = 100 %

    I would like to use an other program during my prog run but am not able because de CPU was around 100%.

    What can I do for that

    My prog make calcul between 30 and 45 minutes. It will be long when I need to use an other app.

    Thanks
    Redg


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: When my program run (exe), my CPU = 100 %

    add DoEvents statements within your calculation code to allow other programs to get some CPU time.


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