Use the \n escape char to add a new line after my string. You can use several to add more space... \n\n\n \t = new tab \r = return \\ = backslash \" = quote lblAge->Text = String::Concat(myEmployee->FirstName, " ", myEmployee->LastName, " is ", age , " years old. \n");