Passing data from one form to another form.
Hi all,
For example if you have two forms the first one (name it Form1) include one textbox control and button , and when pressing button you want to pass the textbox text to the second form (name it Form2).
Thanks