I want to create a simple application, just one form with a Pause button.On startup the application will search a list of paths for any files and do some stuff.
My problem is that the the form become unresponsive (Not Responding) and therefore I can't get the Pause button click event to trigger.
Any help would be appriciated.