I am trying to read text from one textbox in a windows form, and then at the click of a button transfer the contents of that textbox to another form.
My thinking is that I need to use GetWindowText to find the text within the textbox and then use the SendMessage to send it to another form.
I cannot find any examples of this being done so would need a little bit of guidence in order to complete this.

If anyone is able to help that would be great!!