This is a pretty simple and short tutorial that will teach you how to take the text from a text file and write it into a textbox using streamreader. I probably should have created this tutorial a long time ago but never really thought about it. Key Terms: --------------- streamreader objreader.readtoend() objreader.Close() System.IO