Your strings don't contain the correct carriage-return / line-feed token.
You'll need to replace the linefeeds with the correct "\r\n" sequence.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> Hi to all,
>
[quoted text clipped - 14 lines]
>
> DevX
DevX - 26 Sep 2005 10:16 GMT
Bob, Thanks for your reply.
The input is managed in another application that (I think) simply furnish a
text box to enter the string. I don't control this application but I can try
to ask to the relative developer.
I just want ask some questions:
1) Why on Windows Server 2003 I don't have this problem (In this machine I
have installed the western charset + simplified chinese...I don't know if
this count)
2) How is possible to resolve the problem in the read/display side of our
applications?
Thanks a lot again.
Dev
> Your strings don't contain the correct carriage-return / line-feed token.
> You'll need to replace the linefeeds with the correct "\r\n" sequence.
[quoted text clipped - 17 lines]
> >
> > DevX