1
I’m learning programming with C#,using visual studio 2013. In this program I have two windows. In the first window I have a text box and a button that saves the text in a string and opens the second window. In the second window I have only one text box .
How do I write into the text box of window 2 what is inside the string of window 1 ? Note: I tried to make the string public but I can’t access the string the same way.
Post your code so we can help you
– David Schrammel