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
How do you create dlls in .NET
Can a dictionary have the same key?
What is the major difference between a custom control and user control?
What are the properties of c#?
How many bytes is an int in c#?
Name the control which cannot be placed in mdi?
What is hashset c#?
Describe an abstract class?
What is the signature of a method?
Define multicast delegate? How it be used?
What is escape sequence in c#?
What is mvc pattern in c#?
What is difference between value and reference types in C#.NET
What is the use of list in c#?
What is constructor overloading in c#?