Detect when a child form is closed
I have he following Form: An Initialize Function that is called when the Form1 is created. A button that opens another Form (Form2) What I need is to call Initialize() not only when Form1 is created, but whenever Form2 is closed, since Form2 might have modified some stuff that makes Initialize need to be called… Read More Detect when a child form is closed