How do I link two windows forms in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Is null == null c#?

0 Answers  


Will finally block get executed if the exception had not occurred?

2 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}

6 Answers   ACB Group, IBM, Tech Mahindra,


Why do we use void in c#?

0 Answers  






How to declares a two-dimensional array in C#?

0 Answers   DELL,


What are the collections in c#?

0 Answers  


What is private constructor c#?

0 Answers  


What framework is used for performance testing/load testing?

0 Answers   TCS,


Which is more efficient for loop or while loop?

0 Answers  


When should we use sealed class in c#?

0 Answers  


How to open a new form on button click in Windows forms?

0 Answers   Viscus Infotech,


Categories