I have a program that processes for a long time. I would like to be able to push a button on the form that can stop the processing if I need it to. Currently the button's code is not executed until after the processing is done. How can I make it so that the button's code is executed while the other processing is going on. Any help is greatly appreciated.


Reply With Quote
