Hi everybody.
I need some help in c# forms problem which is
i have three forms naming main form,form1 & form2. main form is the mdiparent of both form1 and form2. i also have a toolstrip in my main form which includes option close current frm and close all. what i need is when i click the close current form option the form opened state(either form1 or form2) close down.
suppose currently form 2 is currently open in the main form and i want to close that current open form how i do this.
I need some help in c# forms problem which is
i have three forms naming main form,form1 & form2. main form is the mdiparent of both form1 and form2. i also have a toolstrip in my main form which includes option close current frm and close all. what i need is when i click the close current form option the form opened state(either form1 or form2) close down.
suppose currently form 2 is currently open in the main form and i want to close that current open form how i do this.
Comment