In vb6 (in Form2's code window)-

TextBox1.Text = Form1.CommandButton1.Caption

How do you pass information between 2 forms in a vb.net
project?

TIA,

Rush