Im using wsprintf to set up my text, then im gonna put that text into an edit control. I want a new line at a certain spot in the text so i used "\n". But it get a weird square character. I tried \10\13, \13\10, same thing. Any ideas?