Does c# have a 'throws' clause?
Can enum be null c#?
What is the difference between private and protected in c#?
What is void method?
Write a functin to add two no. Both no can be int, float.
How we can create an array with non-default values?
Can the accessibility of a type member be greater than the accessibility of its containing type?
What are the access allowed for compilation units(namespace),class and structs and what are its default access?
What are events 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..
What is native image generator (ngen.exe)?
is it possible to access a remote web service Without UDDI?
What are the desktop applications?