I developed an application using multithreads ,I used two buttons ,one button is to create threads and another to abort.
The problem is when I tried to abort the threads by placing the code in 2nd button like th1.Abort();
but the error displays like th1 not declared even I declared it in 1st Button Is there any body to help? pls help .......