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 namespace necessary in c#?
Why is it called c sharp?
Differentiate between the public and private ?
What is using keyword in C#?
In .NET how can you solve the DLL Hell problem?
How can you reference current thread of the method ?
Is c# strongly typed?
What are the advantages of using c#?
Can a struct inherit from another struct or class in c#?
What is a method signature c#?
How long will it take to learn c sharp?
What is xml c#?
What is int32 in c#?
Does unity use c++ or c#?
How do I unload an assembly?