Hi, I need to be able to put some code when the user close a windows with the "X" cause otherwise the form behind isn't enabled back and programme is freezed. When the user close the windows using my button i just have to put :
frmMain.enabled = True
But if he use the X how can I do ? :D
