Thread
:
How to merge two text files
View Single Post
•
•
Join Date: Feb 2008
Posts: 46
Reputation:
Solved Threads: 4
BlackSun
Offline
Light Poster
Re: How to merge two text files
0
#
6
Jan 11th, 2009
yeah u right
but u can use method "ReadToEnd" for multiline controls
StreamReader sr = new StreamReader(---------);
TextBox1.text = sr.ReadToEnd();
so ur reader will return all readed data ......
BlackSun
View Public Profile
Find all posts by BlackSun