Thank you for your help.I converted all "FILE" files to "TEXTDOCUMENTS" and the problem is solved.
I cannot remember what code I used which provided the "FILE" files since it is more than 10 years ago.
Hello SkipVought
I should mention that I am running VisualBasic 6 on Windows7 and I was reading that VB6 has some issues and problems with
Windows7
Once I have time I will change my O/S back to Windows XP and see if it makes a difference.
My be this is the case since many of my files were...
In my directory I have two kind of files :
1) TextDocuments
2) File
The code Open "c:\MyFile.txt" for input as #1 works for TextDocuments but not for FILE
Text1.Text = Input$( LOF(1),1)
Close #1
However both versions can be opened with Notepad,Wordpad .
I really have no idea what the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.