TextBoxes created by “CreateWindowEx(WS_EX_CLIENTEDGE, “EDIT”, “”, ES_MULTILINE..”
require \r\n for a new line.
im redirecting my stdoutput into that textbox, which uses just ‘\n’ to indicate a new line. and im not willing to replace all ‘\n’ with ‘\r\n’
isn’t there a way to let ‘\n’ beeing a newline in textboxes?
thx
I’m pretty sure what you’re asking is impossible (i.e. there’s no magic setting to make Windows edit controls accept Unix-style newlines).