listBox1.Items.Add(textBox1.Text & " " & textBox2.Txt)
ListBox1.Items.Add(String.Concat(TextBox1.Text, TextBox2.Text))
String.Concat
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)