In a form when its closing, the onClose function is called, which in turns calls this.close(), right??;
But if you override the OnClose function of a form, you can only perform this.hide() then because on this.close() creates a loop.
I can not close the entire program. Dont you want to perform a this.close because you dont want a bunch of forms in memory, and in my case possibly a lot.
Thanks