Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
textBox1.Text = System.IO.File.ReadAllLines(@"C:\file.txt")[0]; //line 1
textBox1.Text = System.IO.File.ReadAllLines(@"C:\file.txt")[1]; //line 2
sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735