Hey Guys,
Currently, I am doing a project. I don't know how to pass a value from one windows form to another windows form using c#.net.
Suppose, I have two forms parent form and child form. Parent form consists of a
combo box & button and I want to pass selected item of combo box to my child form and that
item will be showing in a text box of child form. How can I do that?
Thanks and Regards