Dim a, b, c As Integer
a = (TextBox1.Text)
b = (TextBox2.Text)
c = a + b
lblDisplay.Text = FormatNumber(c)