Monday, March 16, 2009

C# and Threading: Oh joy!

I hate threading. So very, very much.

Threading and C#: An adventure where Murphy's law is sure to reem you in the ass.
So, for this project at work that I'm working on, it now involves threading at the .NET-level. OH YIPPY-FUCKING-SKIPPY! How wonderful that I get to introduce yet ANOTHER point of failure into my print client's architecture!!!!!!!

So, after a quick google search for C# gui threading, I found this article on Threading and WinForms. But one can only guess as to whether or not this will want to integrate properly with my project.

The sample project provided with it seems to work, so that's slightly encouraging.

robert_