Wrox Home  
Search P2P Archive for: Go

  Return to Index  

dotnet_windows_app_design thread: Passing string to textbox?


Message #1 by "Chee Leong" <cheeleong82@h...> on Tue, 7 Jan 2003 07:10:04
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!


  Return to Index