text files

  • Thread starter Thread starter peter_v_1998
  • Start date Start date
P

peter_v_1998

i'm reading a text file into a text box using StreamReader. the problem
is there is a  charatcer in the first line of text. the streamreader
stops reading as soon as it encounters this character. i need a way to
open the text file, replace all similar characters and save the file
again.

Thank you
 
What character is it? Are you trying to read in a text file with
multiple lines? Is your textbox set to be a multiline textbox?
 
Back
Top