<<
Just a side note however. When my animate gif stops moving during the PROJECT command, the task manager only shows the CPU running at 12% capacity, far from 100%. So I do not think it is the CPU utilization, but more that the FORM goes into some suspended state while the PROJECT is executing? >> Yes, the fact that the thread is blocking doesn't mean that it's running at 100% CPU utilization. It means it's waiting for something else, most likely the disk drive. -- Larry

