1
Answer

Form Closing.

Ask a question
j_sen21

j_sen21

16y
2.3k
1

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


Answers (1)