I've been trying to pass a value from a closing form to a form that is about to load.
Let's say I have two forms. When I hide() Form1 the value from a textBox should be carried over to a variable/constructor in Form2 when I Show() it.
My code is in a different laptop and I can't copy it now so I can't post it here. An example would be nice.