P
Paddy
I am reading a file like so:
using(FileStream inStream = new FileStream
("addresses",FileMode.Open,FileAccess.Read))
{
}
One of the strings is long and is displayed
in a multil;ine textbox.
When I do that carriage returns in the multiline text
box do not produce the desired result, neither does
using keypress and inserting "\r\n" at the cursor position
when enter is pressed.
Please assist.
using(FileStream inStream = new FileStream
("addresses",FileMode.Open,FileAccess.Read))
{
}
One of the strings is long and is displayed
in a multil;ine textbox.
When I do that carriage returns in the multiline text
box do not produce the desired result, neither does
using keypress and inserting "\r\n" at the cursor position
when enter is pressed.
Please assist.