Home All Groups Group Topic Archive Search About
Author
6 Feb 2006 3:02 PM
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

Author
6 Feb 2006 3:56 PM
Chris Dunaway
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?