so say if you put in Message.Text = "dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd"
But it hides most of the text, How do you make it so it just goes to the next line and carries the Message on?
Thank.
Use \n somewhere within the string - This will create a new line, with everything proceeding the \n being on the next line. Depending on the size of the string, for the message instance, you may need to use it multiple times.