Hello,
I'm trying to make an application with multiple forms. When a button is pressed 1st form hides and 2nd form opens. I have a combo Box on the first form. I want to get the text of that combo Box and show it in 2nd form. I tried it using FileStream and it worked well. I wonder if there is some other way to do it, an easy one. I mean, passing the String from one form to another.