B
Brian Conway
How do I make 3 text boxes into one?
txtBox1
txtBox2
txtBox3 = txtBox1txtBox2txtBox3
txtBox1
txtBox2
txtBox3 = txtBox1txtBox2txtBox3
Reinout said:Wouldn't that be:
t3.Text = t1.Text + t2.Text + t3.Text
![]()
Reinout Hillmann said:Wouldn't that be:
t3.Text = t1.Text + t2.Text + t3.Text