How to transfer value of a textbox from Form1 to another?
I coded how to launch forms using Menustrip and now, transferring values but I can't code that beacause I don't know.
I have a button on form1:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
//What should I put here?
End Sub