How to break new line if text longer than textBox in c#. Because when I try count the character and than break it is not useful. What is my system When I write the text into the TextBox
if the text longer than TextBox
I want it to break and Enter new line the result should be under form below
Result should be like this in c#:
______________________________________
| |
|GOOD MORNING EVERY ONE CAN YOU HELP ME|I HAVE A GIB PROBLEM PLEASE TELL ME......
|______________________________________|
[ button ]
The result should be:
- GOOD MORNING EVERY ONE CAN YOU HELP ME
- I HAVE A GIB PROBLEM PLEASE TELL ME......