-
Thread stuffs
I'm a real wet-behind-the-ears guy when it comes to .NET. Because I needed to implement multithreading in my program, I decided to learn it (I already had it on the shelf ^_^) to make it easier. Here's my attempt at threading.Now, all of the data is right (and I know that's a really bad way to read XML files, but it works!). The problem lies within the new event of the PingThread class. It starts it, and for a fraction of a second the state is simply BACKGROUND (4). However, it soon turns to STOPPED (as in, the next line). I can't, for the life of me, figure out what's wrong.
-
Solved it meself :D Thanks for looking!