What are scriptable objects?
No Answer is Posted For this Question
Be the First to Post Answer
What are the characteristics of c#?
Why do we need generics?
can a structure used in a class if yes then how.
What does protected internal access modifier mean?
How to Install uninstall assemblies into GAC?
the selected inf of other combobox?How do you achieve it?
What are modifiers in c#?
What are the advantages of properties in c#?
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..
Can you put two constructor with the same structure in a class?
How is a strongly-named assembly different from one that isn’t strongly-named?
What are the keywords used to pass parameters to the base class and how do I invoke other constructors.