I've got a pause sub that uses a timer variable with doevents to pause and loop until the time expires, but I've noticed that when the pause loop runs, the cpu usage for my app sits at close to 100%.
Would using the Sleep api do the same? If not, is there any other way to pause within a sub without using loops or timers?
Thanks,
-- kisk
Would using the Sleep api do the same? If not, is there any other way to pause within a sub without using loops or timers?
Thanks,
-- kisk