Hi guys I start threads with such code:
Thread[] thr; private void button1_Click(object sender, EventArgs e) { decimal value = numericUpDown2
simplistic answer is to use the thread Abort() method however your code does not really make it clear what condition,
what loop tests vs a condition? why do you need to abort a thread? I am asking as there may be a better way to approach this