Click to See Complete Forum and Search --> : When my program run (exe), my CPU = 100 %


regis
August 2nd, 2000, 08:25 AM
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

Lothar Haensler
August 2nd, 2000, 08:27 AM
add DoEvents statements within your calculation code to allow other programs to get some CPU time.