I have written a program to install an application patch on remote machines.
This is done by mapping a drive to a PC that is listed in a database, then using the copyfolder command installs the new patch. The program, then disconnects the mapping and moves to the next PC in the list.
My problem comes if I wish to end the program early. Because this program runs in a do while database is not EOF, the form will not respond when I click on the exit button, or any other button as if it has lost focus or is busy copying the files.
Is there a way that I can stop the form from loosing functionality while thing is in the loop.

Thanks
[email protected]