What is difference between array and arraylist c#?
Which is faster dictionary or hashtable?
Define c# i/o classes?
Is friend a constructor?
What is object array in c#?
What are delegates and why are they required?
Enlist some of the properties of a thread class?
List out two different types of errors in c#?
What is the difference between CONST and READONLY?
What is exe file in c#?
What is the difference between these statements obj=null and obj.dispose()
How to find type of variable?
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..