Thanks Phreak, it works~! But the text shown up all in one paragraph even though it's originally divided in paragraphs in the text file. How can I make the text separated into paragraphs?

By the way, I changed the code

VB Code:
  1. Open "C:\test.txt" For Input As #FF
to
VB Code:
  1. Open "test.txt" For Input As #FF
in order the program to locate the file in the same folder as the project, and it works. Will this code still works when I converted my project into .exe file?