VB Code:
  1. MsgBox(tboxFirstName.Text + tboxLastName.Text + "has been deleted", MsgBoxStyle.Exclamation, "Delete")

This code outputed with the firstname and lastname stating has been delete...My question is how can I put a space between firstname and lastname as well as to the string "has been deleted"?thanks in advance....