Home All Groups Group Topic Archive Search About
Author
29 Jun 2005 8:00 PM
Dennis Jackson
i want to load an external file from my console app. How can i do this?
Dennis

Author
29 Jun 2005 8:08 PM
Herfried K. Wagner [MVP]
"Dennis Jackson" <dennisjackson***@hotmail.com> schrieb:
>i want to load an external file from my console app.

Reading a text file line-by-line or blockwise with a progress indicator
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=readfile&lang=en>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
30 Jun 2005 6:33 AM
Cor Ligthert
Dennis,

>i want to load an external file from my console app. How can i do this?

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