Hi,


I have created a set of dlls that will do a batch processing job which requires a lot of time. During the processing if I want to cancel the job, I have provided a Cancel button. Now my problem is how does the dll get to know that the cancel button has been clicked.

Thanks.