Can anyone tell me what I'm doing wrong here? Run this program and notice that, you can close the application just fine if you close it before pressing the "Being Processing Now" button. Then run it again, and notice that, you cannot close the application after pressing the "Begin Processing Now" button. Is there a way to fix this? ; Example of problem I'm having with the GUI not closing. ; How do I fix this? #include <GuiEdit.au3> #include <ButtonConstants.au3> #include