I have a dialog application that spawns 4 threads with the Highest priority, but I also want to give the main thread the Highest priority. Can someone help me do this? I've tried theApp.SetThreadPriority(), but when I check the process in taskmanager it's priority is still normal, and I have to set it manually to a higher priority. thanks.