❔ WinForms textbox doesn't work with newlines
I have some code that runs a commands and outputs it, I'm attempting to make the output text go to a textbox, but the textbox seems to ignore the newlines, the string does contain them (as in \n) but it doesn't work. A MessageBox works, but not textbox
4 Replies