Code:
StreamReader read;
read = new StreamReader(File.OpenRead("f:\\test.txt"));
this.TextBox1.Text = read;
how do i get this to work? how do i convert it from System.IO.Stream into a string