M
Maarten
Hi
I'm trying to make something i tought is was simple
if i press the cross on the childform to close it, i want it to hide.
but when i press a button on the parrent i want to close the child.
so on the child i made a formclosing handler an in the handler i put:
this.hide();
now on the parrentform i do:
parrentform.Close();
but... ofcourse when i do this the closing eventhandler on the form is
called and the form hides itselfe.
what can i do?
I'm trying to make something i tought is was simple
if i press the cross on the childform to close it, i want it to hide.
but when i press a button on the parrent i want to close the child.
so on the child i made a formclosing handler an in the handler i put:
this.hide();
now on the parrentform i do:
parrentform.Close();
but... ofcourse when i do this the closing eventhandler on the form is
called and the form hides itselfe.
what can i do?