Form Problem
Hi Guys,
I am very new to C# programming. I want to do a simple application,please help regarding this solution.
There will be two form Form1 & Form2. Form1 will have one textbox and one button. Also Form2 will have same controls. Now when i will click Form1's button..Form2 will be opened.At that time form1 will reside behind form2. Now when I will give some input into Form2's textbox. After clicking button in form2, form2 will be closed and that input will be displayed in form1's textbox.
Please provide me code for this solution.
Thanks in advance
Prasanta
|