Here you go. And I changed the "d:\temp\test.txt" to App.Path & "\test.txt" so that it will load the questions from the same folder as the application.
Printable View
Here you go. And I changed the "d:\temp\test.txt" to App.Path & "\test.txt" so that it will load the questions from the same folder as the application.
Thanks. I don't see any difference in how it is running. Have you ever had a program run differently in the VB environment compared to the same program as an .exe file?Quote:
Originally posted by MidgetsBro
Here you go. And I changed the "d:\temp\test.txt" to App.Path & "\test.txt" so that it will load the questions from the same folder as the application.
I'll have to remember that App.Path thing. It should make things easier when switching back and forth between school and home.