Hi, i am new to vb.
Here is my problem.
I would like to have a newline at the "You have chosen the Red Scheme"
i tried to put \n after the 'name', but it did not work. Thanks.
Here is my problem.
VB.NET:
If Me.BackColor = Color.Red Then
MessageBox.Show("Hello " & name & "You have chosen the Red Scheme", "Greeting")
End If
I would like to have a newline at the "You have chosen the Red Scheme"
i tried to put \n after the 'name', but it did not work. Thanks.