Quote Originally Posted by Hack
If you are creating a Notepad like program why are you opening a text file for Binary Access Read?

If you are going to read a text file into a textbox you should be opening the file for Input.
Opening a text file for binary is just another way of opening things. It tends to be faster. You get the same result.