D Dennis Jackson Jun 29, 2005 #1 i want to load an external file from my console app. How can i do this? Dennis
H Herfried K. Wagner [MVP] Jun 29, 2005 #2 Dennis Jackson said: i want to load an external file from my console app. Click to expand... Reading a text file line-by-line or blockwise with a progress indicator <URL:http://dotnet.mvps.org/dotnet/faqs/?id=readfile&lang=en>
Dennis Jackson said: i want to load an external file from my console app. Click to expand... Reading a text file line-by-line or blockwise with a progress indicator <URL:http://dotnet.mvps.org/dotnet/faqs/?id=readfile&lang=en>
C Cor Ligthert Jun 30, 2005 #3 Dennis, i want to load an external file from my console app. How can i do this? Click to expand... What do you mean with an "external" file, the word internal file is seldom used in this situation. From a PDA, from internet, from disk, etc etc ? Cor
Dennis, i want to load an external file from my console app. How can i do this? Click to expand... What do you mean with an "external" file, the word internal file is seldom used in this situation. From a PDA, from internet, from disk, etc etc ? Cor