End Line code for GUI???

Started by
0 comments, last by Evil Steve 15 years, 8 months ago
I need to know what the endl code is for c++ when writing in GUI? Im using borland and wish to enter text in either a label or text box but am unable to end line to start a new line. Help please? Thanks you
Advertisement
"\r\n".

SetWindowText(hWnd, "Example\r\nText");

This topic is closed to new replies.

Advertisement