Ive created a message box, but the message I have is too long. I want it to go to the next line, but I cant get it to do so.
Ive used controlChar.newline, and even & _
Heres my message
PHP Code:
Private Sub Help_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Help.Click
MessageBox.Show(" This Calculator Created By Overclocked. You can reach me at Overclocked2300(at)gmail.com Instructions:Enter Heatsink Measurements in inches. Press Calculate. Thats all there is too it!", "Heatsink Calculator By Overclocked", MessageBoxButtons.OK, MessageBoxIcon.Asterisk)
End Sub
get swiggly lines If I try to press enter and skip to another line (meaning, the code is wrong)
Any Ideas?