i have a text box that basically covers the screen and i want itto already have input the problem is \n doesn't seem to work as a new line. Does anybody know what does.
This is a discussion on \n within the Windows Programming forums, part of the Platform Specific Boards category; i have a text box that basically covers the screen and i want itto already have input the problem is ...
i have a text box that basically covers the screen and i want itto already have input the problem is \n doesn't seem to work as a new line. Does anybody know what does.
I started out with nothing and I still have most of it left.
Try \r or \r\n... I can't remember which .. but one of them should work!
thanks the \r\n one worked
I started out with nothing and I still have most of it left.