I have an MDI form with two forms in it. When i click a button in MDI form, my form F1 Opens.
My question is given below.
When i click a button B1 in formF1, it opens the other form F2. i did this. IN this form F2, there is a combobox with a set of values.
My task is when i select a value in the combox and click the button B2 enclosed in that form, the value selected should go as a string in FOrm F1. Since i am new to dot net, Can you please take some time and give me a sample code so that i customize myself.
Thanks