dotnet_windows_app_design thread: Passing string to textbox?
Hello. I'm having problem to pass a string that contains "\n" into the textbox. I've already set the textbox property to multilines but when I passed the string to it; Instead of start with the next line, it returned a [] only and keep string on the same line only. How am I suppose to make the string starts on the next line after the "\n". I've tried with "\r" and "\t" too, the effects are same eith the "\n" case. Does anyone know how to sovlve this problem? Thanks!
|





