[Message Deleted]
C#
7
Posts
6
Posters
0
Views
1
Watching
-
You must set the Multiline property to true.
-
Set the MultiLine property to true, then \n will work. Wasif Ehsan
-
Set the MultiLine property to true, then \n will work. Wasif Ehsan
Set the MultiLine property to true and to create a new line, you can use \r\n.
-
\n would work fine on Windows, but if your program is expected to be platform independent, use
System.Environment.NewLine
instead.Regards Senthil _____________________________ My Blog | My Articles | WinMacro