Generation

generate functionTue, 09 May 2023

mandar el texto de un textbox a un for con lebel

//Form1.cs private void button1_Click(object sender, EventArgs e) { Form2 f2 = new Form2(); f2.Show(); f2.label1.Text = textBox1.Text; }

Questions about programming?Chat with your personal AI assistant