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
toVB Code:
Open "C:\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?VB Code:
Open "test.txt" For Input As #FF




Reply With Quote