I'm looking to make a simple name thing... you write your name in the textbox, continue - new form opens and what you displayed there, is displayed in a label.
In VB.Net, it easily is done with:
TextBox1.Text = frmDisplay.lblName.Text
How would I do this in C#? Exactly the same? - Like this:?
textBox1.Text == frmDisplay.lblName.Text
I need help on this, really.
Thanks,
Krypton


Sign In
Create Account

Back to top









