I'm making a basic program that gathers information and displays it as a message, however i put in 3 text boxes that the program needs to run and on the display box (messagebox.show)there are no space in between im giving you the "private sub"for my "OK" cmd:
Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOK.Click
'display a message box greeting the user
MessageBox.Show("hello," & txtName.Text & _
"You are," & txtAge.Text & txtGender.Text & _
"!welcome to Visual Basic.NET.", _
"ProfileUser Message")
End Sub
when i run it this is what it what it says (couldn't get the scrn prnt):
"hello,mikeYou are,14Male!"
.
as you can see it doesn't show spaces between the "mike"& "You are", and "14" & "Male"!
plzzz anyone who know the code for space plz show me how
,

im dying:(
B),Ã AMAN Ã,B)