Wednesday, July 19, 2006

Note To Self...

When creating applications that requre a large amount of processor power always use

Thread t = Thread.CurrentThread;
t.Priority = ThreadPriority.BelowNormal;

if you want to be able to use your computer :)

No comments: