Hai,
I want to open a new form while the previous form is
hiding or closing.
I tried this with using MDI.I created one form like
ParentForm.placed one button control.when clicked one that
it opend new form like ChildForm.When i set the property of
ChildForm to Maximize,but the ParentForm button control
also appearing on the childform.
so plz help me how to hide parentform controls(hide
parentform while it is childform opened)
thanq..
Answer Posted / kishor
Before using the show method to open the child form
set the visible property of the Button on the mdi form to false.
when to will close the child form first check the the mdi
form contains any child form by using 'MdiChildren.Length'
property if it is zero set the Visible property of the
button to true
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is datetime a value type in c#?
What is the use of thread join in c#?
Is stringbuilder faster than string concatenation c#?
Explain constructor in c#?
What is wpf application in c#?
what is the syntax to inherit from a class in c#?
Why is static constructor called first?
How do I use the 'using' keyword with multiple objects?
What is response redirect in c#?
What is CLR and its application.?
When is a class declared as a class abstract?
What is cookies in c# asp net?
What is the use of 'using' statement in c#?
What is selector c#?
Explain circular reference in c#?