VB Code:
  1. TextBox3.Text = "T-" & (CInt(TextBox1.Text.Substring(2)) + CInt(TextBox2.Text)).ToString

This?