I\'m looking for a way to restart a thread that has been stopped by Abort()..
public partial class MyProgram : Form { private Thread MyThread = new Thread(
The easiest way is to not abort the thread.