Re: thread priority [resolved]
You can always set the priority of the CurrentThread in a single threaded app, although I agree whole-heartedly that you should not set your app to run at anything above Normal priority without very good reason. I have written a few single-purpose utilities recently that take hours to complete their tasks. I have actually set their CurrentThread priority to BelowNormal for the period of the task so that the machine on which they were running would remain responsive to the user. Have you ever been using a machine when the virus scanner kicks in and everything you do has a delay? Annoying, right?