G
Guest
My Windows Form app needs a lower priority. With VS.NET 2003, I could do
something like:
System.Threading.Thread.CurrentThread.Priority =
System.Threading.ThreadPriority.Lowest;
This still compiles in VS.NET 2005 Beta 1 and Beta 2, but has no apparent
effect on the actual priority.
I've set this in Program.cs as well as the form itself, thinking I might've
treated the wrong thread...all to no avail.
Is there a different way to do this in .NET2?
Thanks!
something like:
System.Threading.Thread.CurrentThread.Priority =
System.Threading.ThreadPriority.Lowest;
This still compiles in VS.NET 2005 Beta 1 and Beta 2, but has no apparent
effect on the actual priority.
I've set this in Program.cs as well as the form itself, thinking I might've
treated the wrong thread...all to no avail.
Is there a different way to do this in .NET2?
Thanks!